#0B8E19

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

Shades of Forest Green #0B8E19

Tints of Forest Green #0B8E19

Color information

#0B8E19 (or 0x0B8E19) is unknown color: approx Forest Green. HEX triplet: 0B, 8E and 19. RGB value is (11,142,25). Sum of RGB (Red+Green+Blue) = 11+142+25=178 (23% of max value = 765). Red value is 11 (4.69% from 255 or 6.18% from 178); Green value is 142 (55.86% from 255 or 79.78% from 178); Blue value is 25 (10.16% from 255 or 14.04% from 178); Max value from RGB is 142 - color contains mainly: green. Hex color #0B8E19 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0B8E19 is #F471E6. Grayscale: #595959. Windows color (decimal): -16019943 or 1674763. OLE color: 1674763.

HSL color Cylindrical-coordinate representation of color #0B8E19: hue angle of 126.41º degrees, saturation: 0.86, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B8E19 is Cyan = 0.92, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.44.

Color convert

RGB1114225-
CMYK0.9200.820.44
HSL126.41º85.62%30%-
HSV(B)126.41º92.25%55.69%-
XYZ9.9919.494.15-
YUV89.4991.672.01-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 6.18%
GREEN value IS 142 (55.86% from 255) = 79.78%
BLUE value IS 25 (10.16% from 255) = 14.04%
R=6.18%
G=79.78%
B=14.04%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal11142250.9200.820.44126.4185.6230
HexB8E195C0522C7e561e
Octal132163113401225417612636
Binary101110001110110011011100010100101011001111110101011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B8E19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,142,25); }

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

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

 a { background-color: rgb(11,142,25); }

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

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

 span { border-color: rgb(11,142,25); }

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