#2AA63A

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

Shades of Forest Green #2AA63A

Tints of Forest Green #2AA63A

Color information

#2AA63A (or 0x2AA63A) is unknown color: approx Forest Green. HEX triplet: 2A, A6 and 3A. RGB value is (42,166,58). Sum of RGB (Red+Green+Blue) = 42+166+58=266 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.79% from 266); Green value is 166 (65.23% from 255 or 62.41% from 266); Blue value is 58 (23.05% from 255 or 21.80% from 266); Max value from RGB is 166 - color contains mainly: green. Hex color #2AA63A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2AA63A is #D559C5. Grayscale: #747474. Windows color (decimal): -13982150 or 3843626. OLE color: 3843626.

HSL color Cylindrical-coordinate representation of color #2AA63A: hue angle of 127.74º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2AA63A is Cyan = 0.75, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.35.

Color convert

RGB4216658-
CMYK0.7500.650.35
HSL127.74º59.62%40.78%-
HSV(B)127.74º74.7%65.1%-
XYZ15.3528.078.61-
YUV116.6194.9274.78-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 15.79%
GREEN value IS 166 (65.23% from 255) = 62.41%
BLUE value IS 58 (23.05% from 255) = 21.80%
R=15.79%
G=62.41%
B=21.80%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal42166580.7500.650.35127.7459.6240.78
Hex2AA63A4B04123803c29
Octal52246721130101432007451
Binary1010101010011011101010010110100000110001110000000111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AA63A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,166,58); }

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

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

 a { background-color: rgb(42,166,58); }

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

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

 span { border-color: rgb(42,166,58); }

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