#06932D

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

Shades of Forest Green #06932D

Tints of Forest Green #06932D

Color information

#06932D (or 0x06932D) is unknown color: approx Forest Green. HEX triplet: 06, 93 and 2D. RGB value is (6,147,45). Sum of RGB (Red+Green+Blue) = 6+147+45=198 (26% of max value = 765). Red value is 6 (2.73% from 255 or 3.03% from 198); Green value is 147 (57.81% from 255 or 74.24% from 198); Blue value is 45 (17.97% from 255 or 22.73% from 198); Max value from RGB is 147 - color contains mainly: green. Hex color #06932D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #06932D is #F96CD2. Grayscale: #5D5D5D. Windows color (decimal): -16346323 or 2986758. OLE color: 2986758.

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

Color convert

RGB614745-
CMYK0.9600.690.42
HSL136.6º92.16%30%-
HSV(B)136.6º95.92%57.65%-
XYZ10.9821.15.98-
YUV93.21100.7965.79-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.03%
GREEN value IS 147 (57.81% from 255) = 74.24%
BLUE value IS 45 (17.97% from 255) = 22.73%
R=3.03%
G=74.24%
B=22.73%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal6147450.9600.690.42136.692.1630
Hex6932D600452A895c1e
Octal62235514001055221113436
Binary1101001001110110111000000100010110101010001001101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06932D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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