#2AA202

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

Shades of Forest Green #2AA202

Tints of Forest Green #2AA202

Color information

#2AA202 (or 0x2AA202) is unknown color: approx Forest Green. HEX triplet: 2A, A2 and 02. RGB value is (42,162,2). Sum of RGB (Red+Green+Blue) = 42+162+2=206 (27% of max value = 765). Red value is 42 (16.80% from 255 or 20.39% from 206); Green value is 162 (63.67% from 255 or 78.64% from 206); Blue value is 2 (1.17% from 255 or 0.97% from 206); Max value from RGB is 162 - color contains mainly: green. Hex color #2AA202 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2AA202 is #D55DFD. Grayscale: #6C6C6C. Windows color (decimal): -13983230 or 172586. OLE color: 172586.

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

Color convert

RGB421622-
CMYK0.7400.990.36
HSL105º97.56%32.16%-
HSV(B)105º98.77%63.53%-
XYZ13.8926.344.41-
YUV107.8868.2481.01-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 20.39%
GREEN value IS 162 (63.67% from 255) = 78.64%
BLUE value IS 2 (1.17% from 255) = 0.97%
R=20.39%
G=78.64%
B=0.97%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal4216220.7400.990.3610597.5632.16
Hex2AA224A06324696220
Octal52242211201434415114240
Binary101010101000101010010100110001110010011010011100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AA202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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