#2AA715

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

Shades of Forest Green #2AA715

Tints of Forest Green #2AA715

Color information

#2AA715 (or 0x2AA715) is unknown color: approx Forest Green. HEX triplet: 2A, A7 and 15. RGB value is (42,167,21). Sum of RGB (Red+Green+Blue) = 42+167+21=230 (30% of max value = 765). Red value is 42 (16.80% from 255 or 18.26% from 230); Green value is 167 (65.62% from 255 or 72.61% from 230); Blue value is 21 (8.59% from 255 or 9.13% from 230); Max value from RGB is 167 - color contains mainly: green. Hex color #2AA715 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2AA715 is #D558EA. Grayscale: #717171. Windows color (decimal): -13981931 or 1419050. OLE color: 1419050.

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

Color convert

RGB4216721-
CMYK0.7500.870.35
HSL111.37º77.66%36.86%-
HSV(B)111.37º87.43%65.49%-
XYZ14.9128.185.36-
YUV112.9876.0977.37-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 18.26%
GREEN value IS 167 (65.62% from 255) = 72.61%
BLUE value IS 21 (8.59% from 255) = 9.13%
R=18.26%
G=72.61%
B=9.13%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal42167210.7500.870.35111.3777.6636.86
Hex2AA7154B057236f4e25
Octal522472511301274315711645
Binary101010101001111010110010110101011110001111011111001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AA715

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,167,21); }

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

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

 a { background-color: rgb(42,167,21); }

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

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

 span { border-color: rgb(42,167,21); }

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