#2A820C

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

Shades of Forest Green #2A820C

Tints of Forest Green #2A820C

Color information

#2A820C (or 0x2A820C) is unknown color: approx Forest Green. HEX triplet: 2A, 82 and 0C. RGB value is (42,130,12). Sum of RGB (Red+Green+Blue) = 42+130+12=184 (24% of max value = 765). Red value is 42 (16.80% from 255 or 22.83% from 184); Green value is 130 (51.17% from 255 or 70.65% from 184); Blue value is 12 (5.08% from 255 or 6.52% from 184); Max value from RGB is 130 - color contains mainly: green. Hex color #2A820C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2A820C is #D57DF3. Grayscale: #5A5A5A. Windows color (decimal): -13991412 or 819754. OLE color: 819754.

HSL color Cylindrical-coordinate representation of color #2A820C: hue angle of 104.75º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2A820C is Cyan = 0.68, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.49.

Color convert

RGB4213012-
CMYK0.6800.910.49
HSL104.75º83.1%27.84%-
HSV(B)104.75º90.77%50.98%-
XYZ916.483.06-
YUV90.2483.8593.59-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 22.83%
GREEN value IS 130 (51.17% from 255) = 70.65%
BLUE value IS 12 (5.08% from 255) = 6.52%
R=22.83%
G=70.65%
B=6.52%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal42130120.6800.910.49104.7583.127.84
Hex2A82C4405B3169531c
Octal522021410401336115112334
Binary1010101000001011001000100010110111100011101001101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A820C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2A820C; }

 p { color: rgb(42,130,12); }

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

<style>
 a { background-color: #2A820C; }

 a { background-color: rgb(42,130,12); }

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

<style>
 span { border-color: #2A820C; }

 span { border-color: rgb(42,130,12); }

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