#08952F

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

Shades of Forest Green #08952F

Tints of Forest Green #08952F

Color information

#08952F (or 0x08952F) is unknown color: approx Forest Green. HEX triplet: 08, 95 and 2F. RGB value is (8,149,47). Sum of RGB (Red+Green+Blue) = 8+149+47=204 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.92% from 204); Green value is 149 (58.59% from 255 or 73.04% from 204); Blue value is 47 (18.75% from 255 or 23.04% from 204); Max value from RGB is 149 - color contains mainly: green. Hex color #08952F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #08952F is #F76AD0. Grayscale: #5F5F5F. Windows color (decimal): -16214737 or 3118344. OLE color: 3118344.

HSL color Cylindrical-coordinate representation of color #08952F: hue angle of 136.6º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #08952F is Cyan = 0.95, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.42.

Color convert

RGB814947-
CMYK0.9500.680.42
HSL136.6º89.81%30.78%-
HSV(B)136.6º94.63%58.43%-
XYZ11.3621.756.29-
YUV95.21100.7965.79-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.92%
GREEN value IS 149 (58.59% from 255) = 73.04%
BLUE value IS 47 (18.75% from 255) = 23.04%
R=3.92%
G=73.04%
B=23.04%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal8149470.9500.680.42136.689.8130.78
Hex8952F5F0442A895a1f
Octal102255713701045221113237
Binary10001001010110111110111110100010010101010001001101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08952F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08952F; }

 p { color: rgb(8,149,47); }

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

<style>
 a { background-color: #08952F; }

 a { background-color: rgb(8,149,47); }

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

<style>
 span { border-color: #08952F; }

 span { border-color: rgb(8,149,47); }

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