#0B9E1D

Color #0B9E1D Forest Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Forest Green #0B9E1D

Tints of Forest Green #0B9E1D

Color information

#0B9E1D (or 0x0B9E1D) is unknown color: approx Forest Green. HEX triplet: 0B, 9E and 1D. RGB value is (11,158,29). Sum of RGB (Red+Green+Blue) = 11+158+29=198 (26% of max value = 765). Red value is 11 (4.69% from 255 or 5.56% from 198); Green value is 158 (62.11% from 255 or 79.80% from 198); Blue value is 29 (11.72% from 255 or 14.65% from 198); Max value from RGB is 158 - color contains mainly: green. Hex color #0B9E1D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0B9E1D is #F461E2. Grayscale: #636363. Windows color (decimal): -16015843 or 1941003. OLE color: 1941003.

HSL color Cylindrical-coordinate representation of color #0B9E1D: hue angle of 127.35º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B9E1D is Cyan = 0.93, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.38.

Color convert

RGB1115829-
CMYK0.9300.820.38
HSL127.35º86.98%33.14%-
HSV(B)127.35º93.04%61.96%-
XYZ12.5924.615.25-
YUV99.3488.364.99-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 11 (4.69% from 255) = 5.56%
GREEN value IS 158 (62.11% from 255) = 79.80%
BLUE value IS 29 (11.72% from 255) = 14.65%
R=5.56%
G=79.80%
B=14.65%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal11158290.9300.820.38127.3586.9833.14
HexB9E1D5D052267f5721
Octal132363513501224617712741
Binary1011100111101110110111010101001010011011111111010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B9E1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0B9E1D; }

 p { color: rgb(11,158,29); }

 H1.HeaderClassName
 {
   color: #0B9E1D;
 }
 .AnyTagClassName
 {
   color: #0B9E1D;
 }
</style>
background-color css

<style>
 a { background-color: #0B9E1D; }

 a { background-color: rgb(11,158,29); }

 div.DivClassName
 {
   background-color: #0B9E1D;
 }
 .BgClassName
 {
   background-color: #0B9E1D;
 }
</style>
border-color css

<style>
 span { border-color: #0B9E1D; }

 span { border-color: rgb(11,158,29); }

 td.TdClassName
 {
   border-color: #0B9E1D;
 }
 .TagClassName
 {
   border-color: #0B9E1D;
 }
</style>