#0B9E27

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

Shades of Forest Green #0B9E27

Tints of Forest Green #0B9E27

Color information

#0B9E27 (or 0x0B9E27) is unknown color: approx Forest Green. HEX triplet: 0B, 9E and 27. RGB value is (11,158,39). Sum of RGB (Red+Green+Blue) = 11+158+39=208 (27% of max value = 765). Red value is 11 (4.69% from 255 or 5.29% from 208); Green value is 158 (62.11% from 255 or 75.96% from 208); Blue value is 39 (15.62% from 255 or 18.75% from 208); Max value from RGB is 158 - color contains mainly: green. Hex color #0B9E27 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0B9E27 is #F461D8. Grayscale: #646464. Windows color (decimal): -16015833 or 2596363. OLE color: 2596363.

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

Color convert

RGB1115839-
CMYK0.9300.750.38
HSL131.43º86.98%33.14%-
HSV(B)131.43º93.04%61.96%-
XYZ12.7324.676.01-
YUV100.4893.364.18-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.29%
GREEN value IS 158 (62.11% from 255) = 75.96%
BLUE value IS 39 (15.62% from 255) = 18.75%
R=5.29%
G=75.96%
B=18.75%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal11158390.9300.750.38131.4386.9833.14
HexB9E275D04B26835721
Octal132364713501134620312741
Binary101110011110100111101110101001011100110100000111010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B9E27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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