#06982C

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

Shades of Forest Green #06982C

Tints of Forest Green #06982C

Color information

#06982C (or 0x06982C) is unknown color: approx Forest Green. HEX triplet: 06, 98 and 2C. RGB value is (6,152,44). Sum of RGB (Red+Green+Blue) = 6+152+44=202 (26% of max value = 765). Red value is 6 (2.73% from 255 or 2.97% from 202); Green value is 152 (59.77% from 255 or 75.25% from 202); Blue value is 44 (17.58% from 255 or 21.78% from 202); Max value from RGB is 152 - color contains mainly: green. Hex color #06982C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #06982C is #F967D3. Grayscale: #606060. Windows color (decimal): -16345044 or 2922502. OLE color: 2922502.

HSL color Cylindrical-coordinate representation of color #06982C: hue angle of 135.62º 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 #06982C is Cyan = 0.96, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.40.

Color convert

RGB615244-
CMYK0.9600.710.40
HSL135.62º92.41%30.98%-
HSV(B)135.62º96.05%59.61%-
XYZ11.7622.686.14-
YUV96.0398.6363.78-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.97%
GREEN value IS 152 (59.77% from 255) = 75.25%
BLUE value IS 44 (17.58% from 255) = 21.78%
R=2.97%
G=75.25%
B=21.78%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal6152440.9600.710.40135.6292.4130.98
Hex6982C6004728885c1f
Octal62305414001075021013437
Binary1101001100010110011000000100011110100010001000101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06982C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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