#06992D

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

Shades of Forest Green #06992D

Tints of Forest Green #06992D

Color information

#06992D (or 0x06992D) is unknown color: approx Forest Green. HEX triplet: 06, 99 and 2D. RGB value is (6,153,45). Sum of RGB (Red+Green+Blue) = 6+153+45=204 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.94% from 204); Green value is 153 (60.16% from 255 or 75% from 204); Blue value is 45 (17.97% from 255 or 22.06% from 204); Max value from RGB is 153 - color contains mainly: green. Hex color #06992D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #06992D is #F966D2. Grayscale: #616161. Windows color (decimal): -16344787 or 2988294. OLE color: 2988294.

HSL color Cylindrical-coordinate representation of color #06992D: hue angle of 135.92º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06992D is Cyan = 0.96, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.4.

Color convert

RGB615345-
CMYK0.9600.710.4
HSL135.92º92.45%31.18%-
HSV(B)135.92º96.08%60%-
XYZ11.9423.016.29-
YUV96.7398.863.28-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.94%
GREEN value IS 153 (60.16% from 255) = 75%
BLUE value IS 45 (17.97% from 255) = 22.06%
R=2.94%
G=75%
B=22.06%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal6153450.9600.710.4135.9292.4531.18
Hex6992D6004728885c1f
Octal62315514001075021013437
Binary1101001100110110111000000100011110100010001000101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06992D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06992D; }

 p { color: rgb(6,153,45); }

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

<style>
 a { background-color: #06992D; }

 a { background-color: rgb(6,153,45); }

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

<style>
 span { border-color: #06992D; }

 span { border-color: rgb(6,153,45); }

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