#2AA204

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

Shades of Forest Green #2AA204

Tints of Forest Green #2AA204

Color information

#2AA204 (or 0x2AA204) is unknown color: approx Forest Green. HEX triplet: 2A, A2 and 04. RGB value is (42,162,4). Sum of RGB (Red+Green+Blue) = 42+162+4=208 (27% of max value = 765). Red value is 42 (16.80% from 255 or 20.19% from 208); Green value is 162 (63.67% from 255 or 77.88% from 208); Blue value is 4 (1.95% from 255 or 1.92% from 208); Max value from RGB is 162 - color contains mainly: green. Hex color #2AA204 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2AA204 is #D55DFB. Grayscale: #6C6C6C. Windows color (decimal): -13983228 or 303658. OLE color: 303658.

HSL color Cylindrical-coordinate representation of color #2AA204: hue angle of 105.57º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2AA204 is Cyan = 0.74, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.36.

Color convert

RGB421624-
CMYK0.7400.980.36
HSL105.57º95.18%32.55%-
HSV(B)105.57º97.53%63.53%-
XYZ13.926.344.47-
YUV108.1169.2480.85-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 20.19%
GREEN value IS 162 (63.67% from 255) = 77.88%
BLUE value IS 4 (1.95% from 255) = 1.92%
R=20.19%
G=77.88%
B=1.92%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal4216240.7400.980.36105.5795.1832.55
Hex2AA244A062246a5f21
Octal52242411201424415213741
Binary1010101010001010010010100110001010010011010101011111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AA204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,162,4); }

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

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

 a { background-color: rgb(42,162,4); }

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

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

 span { border-color: rgb(42,162,4); }

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