#06952C

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

Shades of Forest Green #06952C

Tints of Forest Green #06952C

Color information

#06952C (or 0x06952C) is unknown color: approx Forest Green. HEX triplet: 06, 95 and 2C. RGB value is (6,149,44). Sum of RGB (Red+Green+Blue) = 6+149+44=199 (26% of max value = 765). Red value is 6 (2.73% from 255 or 3.02% from 199); Green value is 149 (58.59% from 255 or 74.87% from 199); Blue value is 44 (17.58% from 255 or 22.11% from 199); Max value from RGB is 149 - color contains mainly: green. Hex color #06952C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #06952C is #F96AD3. Grayscale: #5E5E5E. Windows color (decimal): -16345812 or 2921734. OLE color: 2921734.

HSL color Cylindrical-coordinate representation of color #06952C: hue angle of 135.94º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06952C is Cyan = 0.96, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.42.

Color convert

RGB614944-
CMYK0.9600.700.42
HSL135.94º92.26%30.39%-
HSV(B)135.94º95.97%58.43%-
XYZ11.2821.725.98-
YUV94.2799.6265.04-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.02%
GREEN value IS 149 (58.59% from 255) = 74.87%
BLUE value IS 44 (17.58% from 255) = 22.11%
R=3.02%
G=74.87%
B=22.11%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal6149440.9600.700.42135.9492.2630.39
Hex6952C600462A885c1e
Octal62255414001065221013436
Binary1101001010110110011000000100011010101010001000101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06952C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06952C; }

 p { color: rgb(6,149,44); }

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

<style>
 a { background-color: #06952C; }

 a { background-color: rgb(6,149,44); }

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

<style>
 span { border-color: #06952C; }

 span { border-color: rgb(6,149,44); }

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