#2AA639

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

Shades of Forest Green #2AA639

Tints of Forest Green #2AA639

Color information

#2AA639 (or 0x2AA639) is unknown color: approx Forest Green. HEX triplet: 2A, A6 and 39. RGB value is (42,166,57). Sum of RGB (Red+Green+Blue) = 42+166+57=265 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.85% from 265); Green value is 166 (65.23% from 255 or 62.64% from 265); Blue value is 57 (22.66% from 255 or 21.51% from 265); Max value from RGB is 166 - color contains mainly: green. Hex color #2AA639 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2AA639 is #D559C6. Grayscale: #747474. Windows color (decimal): -13982151 or 3778090. OLE color: 3778090.

HSL color Cylindrical-coordinate representation of color #2AA639: hue angle of 127.26º 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 #2AA639 is Cyan = 0.75, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.35.

Color convert

RGB4216657-
CMYK0.7500.660.35
HSL127.26º59.62%40.78%-
HSV(B)127.26º74.7%65.1%-
XYZ15.3328.068.48-
YUV116.594.4274.86-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 15.85%
GREEN value IS 166 (65.23% from 255) = 62.64%
BLUE value IS 57 (22.66% from 255) = 21.51%
R=15.85%
G=62.64%
B=21.51%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal42166570.7500.660.35127.2659.6240.78
Hex2AA6394B042237f3c29
Octal52246711130102431777451
Binary101010101001101110011001011010000101000111111111111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AA639

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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