#0B872F

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

Shades of Forest Green #0B872F

Tints of Forest Green #0B872F

Color information

#0B872F (or 0x0B872F) is unknown color: approx Forest Green. HEX triplet: 0B, 87 and 2F. RGB value is (11,135,47). Sum of RGB (Red+Green+Blue) = 11+135+47=193 (25% of max value = 765). Red value is 11 (4.69% from 255 or 5.70% from 193); Green value is 135 (53.12% from 255 or 69.95% from 193); Blue value is 47 (18.75% from 255 or 24.35% from 193); Max value from RGB is 135 - color contains mainly: green. Hex color #0B872F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0B872F is #F478D0. Grayscale: #585858. Windows color (decimal): -16021713 or 3114763. OLE color: 3114763.

HSL color Cylindrical-coordinate representation of color #0B872F: hue angle of 137.42º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B872F is Cyan = 0.92, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.47.

Color convert

RGB1113547-
CMYK0.9200.650.47
HSL137.42º84.93%28.63%-
HSV(B)137.42º91.85%52.94%-
XYZ9.3217.65.6-
YUV87.89104.9273.16-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.70%
GREEN value IS 135 (53.12% from 255) = 69.95%
BLUE value IS 47 (18.75% from 255) = 24.35%
R=5.70%
G=69.95%
B=24.35%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal11135470.9200.650.47137.4284.9328.63
HexB872F5C0412F89551d
Octal132075713401015721112535
Binary10111000011110111110111000100000110111110001001101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B872F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,135,47); }

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

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

 a { background-color: rgb(11,135,47); }

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

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

 span { border-color: rgb(11,135,47); }

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