#06952A

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

Shades of Forest Green #06952A

Tints of Forest Green #06952A

Color information

#06952A (or 0x06952A) is unknown color: approx Forest Green. HEX triplet: 06, 95 and 2A. RGB value is (6,149,42). Sum of RGB (Red+Green+Blue) = 6+149+42=197 (26% of max value = 765). Red value is 6 (2.73% from 255 or 3.05% from 197); Green value is 149 (58.59% from 255 or 75.63% from 197); Blue value is 42 (16.80% from 255 or 21.32% from 197); Max value from RGB is 149 - color contains mainly: green. Hex color #06952A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #06952A is #F96AD5. Grayscale: #5E5E5E. Windows color (decimal): -16345814 or 2790662. OLE color: 2790662.

HSL color Cylindrical-coordinate representation of color #06952A: hue angle of 135.1º 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 #06952A is Cyan = 0.96, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.42.

Color convert

RGB614942-
CMYK0.9600.720.42
HSL135.1º92.26%30.39%-
HSV(B)135.1º95.97%58.43%-
XYZ11.2421.75.79-
YUV94.0498.6265.2-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.05%
GREEN value IS 149 (58.59% from 255) = 75.63%
BLUE value IS 42 (16.80% from 255) = 21.32%
R=3.05%
G=75.63%
B=21.32%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal6149420.9600.720.42135.192.2630.39
Hex6952A600482A875c1e
Octal62255214001105220713436
Binary1101001010110101011000000100100010101010000111101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06952A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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