#2A840A

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

Shades of Forest Green #2A840A

Tints of Forest Green #2A840A

Color information

#2A840A (or 0x2A840A) is unknown color: approx Forest Green. HEX triplet: 2A, 84 and 0A. RGB value is (42,132,10). Sum of RGB (Red+Green+Blue) = 42+132+10=184 (24% of max value = 765). Red value is 42 (16.80% from 255 or 22.83% from 184); Green value is 132 (51.95% from 255 or 71.74% from 184); Blue value is 10 (4.30% from 255 or 5.43% from 184); Max value from RGB is 132 - color contains mainly: green. Hex color #2A840A is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2A840A is #D57BF5. Grayscale: #5B5B5B. Windows color (decimal): -13990902 or 689194. OLE color: 689194.

HSL color Cylindrical-coordinate representation of color #2A840A: hue angle of 104.26º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2A840A is Cyan = 0.68, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.48.

Color convert

RGB4213210-
CMYK0.6800.920.48
HSL104.26º85.92%27.84%-
HSV(B)104.26º92.42%51.76%-
XYZ9.2617.023.08-
YUV91.1882.1892.92-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 22.83%
GREEN value IS 132 (51.95% from 255) = 71.74%
BLUE value IS 10 (4.30% from 255) = 5.43%
R=22.83%
G=71.74%
B=5.43%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal42132100.6800.920.48104.2685.9227.84
Hex2A84A4405C3068561c
Octal522041210401346015012634
Binary1010101000010010101000100010111001100001101000101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A840A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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