#2aa323

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

Shades of Forest Green #2AA323

Tints of Forest Green #2AA323

Color information

#2AA323 (or 0x2AA323) is unknown color: approx Forest Green. HEX triplet: 2A, A3 and 23. RGB value is (42,163,35). Sum of RGB (Red+Green+Blue) = 42+163+35=240 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.5% from 240); Green value is 163 (64.06% from 255 or 67.92% from 240); Blue value is 35 (14.06% from 255 or 14.58% from 240); Max value from RGB is 163 - color contains mainly: green. Hex color #2AA323 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2AA323 is #D55CDC. Grayscale: #707070. Windows color (decimal): -13982941 or 2335530. OLE color: 2335530.

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

Color convert

RGB4216335-
CMYK0.7400.790.36
HSL116.72º64.65%38.82%-
HSV(B)116.72º78.53%63.92%-
XYZ14.3626.816.01-
YUV112.2384.4177.91-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 17.5%
GREEN value IS 163 (64.06% from 255) = 67.92%
BLUE value IS 35 (14.06% from 255) = 14.58%
R=17.5%
G=67.92%
B=14.58%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal42163350.7400.790.36116.7264.6538.82
Hex2AA3234A04F24754127
Octal522434311201174416510147
Binary1010101010001110001110010100100111110010011101011000001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2aa323

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,163,35); }

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

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

 a { background-color: rgb(42,163,35); }

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

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

 span { border-color: rgb(42,163,35); }

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