#0B9E28

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

Shades of Forest Green #0B9E28

Tints of Forest Green #0B9E28

Color information

#0B9E28 (or 0x0B9E28) is unknown color: approx Forest Green. HEX triplet: 0B, 9E and 28. RGB value is (11,158,40). Sum of RGB (Red+Green+Blue) = 11+158+40=209 (27% of max value = 765). Red value is 11 (4.69% from 255 or 5.26% from 209); Green value is 158 (62.11% from 255 or 75.60% from 209); Blue value is 40 (16.02% from 255 or 19.14% from 209); Max value from RGB is 158 - color contains mainly: green. Hex color #0B9E28 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0B9E28 is #F461D7. Grayscale: #646464. Windows color (decimal): -16015832 or 2661899. OLE color: 2661899.

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

Color convert

RGB1115840-
CMYK0.9300.750.38
HSL131.84º86.98%33.14%-
HSV(B)131.84º93.04%61.96%-
XYZ12.7524.686.1-
YUV100.693.864.09-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.26%
GREEN value IS 158 (62.11% from 255) = 75.60%
BLUE value IS 40 (16.02% from 255) = 19.14%
R=5.26%
G=75.60%
B=19.14%

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
Decimal11158400.9300.750.38131.8486.9833.14
HexB9E285D04B26845721
Octal132365013501134620412741
Binary101110011110101000101110101001011100110100001001010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B9E28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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