#0B9E1C

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

Shades of Forest Green #0B9E1C

Tints of Forest Green #0B9E1C

Color information

#0B9E1C (or 0x0B9E1C) is unknown color: approx Forest Green. HEX triplet: 0B, 9E and 1C. RGB value is (11,158,28). Sum of RGB (Red+Green+Blue) = 11+158+28=197 (26% of max value = 765). Red value is 11 (4.69% from 255 or 5.58% from 197); Green value is 158 (62.11% from 255 or 80.20% from 197); Blue value is 28 (11.33% from 255 or 14.21% from 197); Max value from RGB is 158 - color contains mainly: green. Hex color #0B9E1C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0B9E1C is #F461E3. Grayscale: #636363. Windows color (decimal): -16015844 or 1875467. OLE color: 1875467.

HSL color Cylindrical-coordinate representation of color #0B9E1C: hue angle of 126.94º 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 #0B9E1C is Cyan = 0.93, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.38.

Color convert

RGB1115828-
CMYK0.9300.820.38
HSL126.94º86.98%33.14%-
HSV(B)126.94º93.04%61.96%-
XYZ12.5724.615.19-
YUV99.2387.865.07-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.58%
GREEN value IS 158 (62.11% from 255) = 80.20%
BLUE value IS 28 (11.33% from 255) = 14.21%
R=5.58%
G=80.20%
B=14.21%

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
Decimal11158280.9300.820.38126.9486.9833.14
HexB9E1C5D052267f5721
Octal132363413501224617712741
Binary1011100111101110010111010101001010011011111111010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B9E1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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