#2AA512

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

Shades of Forest Green #2AA512

Tints of Forest Green #2AA512

Color information

#2AA512 (or 0x2AA512) is unknown color: approx Forest Green. HEX triplet: 2A, A5 and 12. RGB value is (42,165,18). Sum of RGB (Red+Green+Blue) = 42+165+18=225 (29% of max value = 765). Red value is 42 (16.80% from 255 or 18.67% from 225); Green value is 165 (64.84% from 255 or 73.33% from 225); Blue value is 18 (7.42% from 255 or 8% from 225); Max value from RGB is 165 - color contains mainly: green. Hex color #2AA512 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2AA512 is #D55AED. Grayscale: #6F6F6F. Windows color (decimal): -13982446 or 1221930. OLE color: 1221930.

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

Color convert

RGB4216518-
CMYK0.7500.890.35
HSL110.2º80.33%35.88%-
HSV(B)110.2º89.09%64.71%-
XYZ14.5227.455.1-
YUV111.4675.2578.45-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 18.67%
GREEN value IS 165 (64.84% from 255) = 73.33%
BLUE value IS 18 (7.42% from 255) = 8%
R=18.67%
G=73.33%
B=8%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal42165180.7500.890.35110.280.3335.88
Hex2AA5124B059236e5024
Octal522452211301314315612044
Binary101010101001011001010010110101100110001111011101010000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AA512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,165,18); }

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

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

 a { background-color: rgb(42,165,18); }

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

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

 span { border-color: rgb(42,165,18); }

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