#06842A

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

Shades of Forest Green #06842A

Tints of Forest Green #06842A

Color information

#06842A (or 0x06842A) is unknown color: approx Forest Green. HEX triplet: 06, 84 and 2A. RGB value is (6,132,42). Sum of RGB (Red+Green+Blue) = 6+132+42=180 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.33% from 180); Green value is 132 (51.95% from 255 or 73.33% from 180); Blue value is 42 (16.80% from 255 or 23.33% from 180); Max value from RGB is 132 - color contains mainly: green. Hex color #06842A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #06842A is #F97BD5. Grayscale: #545454. Windows color (decimal): -16350166 or 2786310. OLE color: 2786310.

HSL color Cylindrical-coordinate representation of color #06842A: hue angle of 137.14º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06842A is Cyan = 0.95, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.48.

Color convert

RGB613242-
CMYK0.9500.680.48
HSL137.14º91.3%27.06%-
HSV(B)137.14º95.45%51.76%-
XYZ8.7416.714.95-
YUV84.07104.2672.32-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.33%
GREEN value IS 132 (51.95% from 255) = 73.33%
BLUE value IS 42 (16.80% from 255) = 23.33%
R=3.33%
G=73.33%
B=23.33%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal6132420.9500.680.48137.1491.327.06
Hex6842A5F04430895b1b
Octal62045213701046021113333
Binary1101000010010101010111110100010011000010001001101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06842A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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