#0B9D27

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

Shades of Forest Green #0B9D27

Tints of Forest Green #0B9D27

Color information

#0B9D27 (or 0x0B9D27) is unknown color: approx Forest Green. HEX triplet: 0B, 9D and 27. RGB value is (11,157,39). Sum of RGB (Red+Green+Blue) = 11+157+39=207 (27% of max value = 765). Red value is 11 (4.69% from 255 or 5.31% from 207); Green value is 157 (61.72% from 255 or 75.85% from 207); Blue value is 39 (15.62% from 255 or 18.84% from 207); Max value from RGB is 157 - color contains mainly: green. Hex color #0B9D27 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0B9D27 is #F462D8. Grayscale: #646464. Windows color (decimal): -16016089 or 2596107. OLE color: 2596107.

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

Color convert

RGB1115739-
CMYK0.9300.750.38
HSL131.51º86.9%32.94%-
HSV(B)131.51º92.99%61.57%-
XYZ12.5624.335.95-
YUV99.8993.6364.59-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.31%
GREEN value IS 157 (61.72% from 255) = 75.85%
BLUE value IS 39 (15.62% from 255) = 18.84%
R=5.31%
G=75.85%
B=18.84%

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
Decimal11157390.9300.750.38131.5186.932.94
HexB9D275D04B26845721
Octal132354713501134620412741
Binary101110011101100111101110101001011100110100001001010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B9D27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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