#0B8D31

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

Shades of Forest Green #0B8D31

Tints of Forest Green #0B8D31

Color information

#0B8D31 (or 0x0B8D31) is unknown color: approx Forest Green. HEX triplet: 0B, 8D and 31. RGB value is (11,141,49). Sum of RGB (Red+Green+Blue) = 11+141+49=201 (26% of max value = 765). Red value is 11 (4.69% from 255 or 5.47% from 201); Green value is 141 (55.47% from 255 or 70.15% from 201); Blue value is 49 (19.53% from 255 or 24.38% from 201); Max value from RGB is 141 - color contains mainly: green. Hex color #0B8D31 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0B8D31 is #F472CE. Grayscale: #5B5B5B. Windows color (decimal): -16020175 or 3247371. OLE color: 3247371.

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

Color convert

RGB1114149-
CMYK0.9200.650.45
HSL137.54º85.53%29.8%-
HSV(B)137.54º92.2%55.29%-
XYZ10.2219.346.1-
YUV91.64103.9370.48-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.47%
GREEN value IS 141 (55.47% from 255) = 70.15%
BLUE value IS 49 (19.53% from 255) = 24.38%
R=5.47%
G=70.15%
B=24.38%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal11141490.9200.650.45137.5485.5329.8
HexB8D315C0412D8a561e
Octal132156113401015521212636
Binary10111000110111000110111000100000110110110001010101011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B8D31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,141,49); }

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

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

 a { background-color: rgb(11,141,49); }

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

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

 span { border-color: rgb(11,141,49); }

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