Html Css Color HEX #2AA521 Forest Green

📋 copy color: '#2AA521'

red 42 ◦ green 165 ◦ blue 33

#2AA521
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Forest Green #2AA521

Tints of Forest Green #2AA521

RGB

 RED value IS 42 (16.8% from 255) = 17.5%

 GREEN value IS 165 (64.84% from 255) = 68.75%

 BLUE value IS 33 (13.28% from 255) = 13.75%

R = 17.5%
G = 68.75%
B = 13.75%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.8

 K value IS 0.35

RGB Variations

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

Color information

#2AA521 (or 0x2AA521) is known color: Forest Green. HEX triplet: 2A, A5 and 21. RGB value is (42,165,33). Sum of RGB (Red+Green+Blue) = 42+165+33=240 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.5% from 240); Green value is 165 (64.84% from 255 or 68.75% from 240); Blue value is 33 (13.28% from 255 or 13.75% from 240); Max value from RGB is 165 - color contains mainly: green. Hex color #2AA521 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2AA521 is #D55ADE. Grayscale: #717171. Windows color (decimal): -13982431 or 2204970. OLE color: 2204970.

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

Color convert

RGB 42 165 33 -
CMYK 0.75 0 0.8 0.35
HSL 115.91º 0.67% 0.39% -
HSV(B) 115.91º 0.8% 0.65% -
XYZ 14.68 27.51 5.98 -
YUV 113.18 82.75 77.23 -
System Red Green Blue C M Y K H S L
Decimal 42 165 33 0.75 0 0.8 0.35 115.91 0.67 0.39
Hex 2A A5 21 4B 0 50 23 74 43 27
Octal 52 245 41 113 0 120 43 164 103 47
Binary 101010 10100101 100001 1001011 0 1010000 100011 1110100 1000011 100111

Color Harmonies of #2AA521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AA521

Black with #2AA521

Text Example


Text Example

White with #2AA521

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2AA521;
 }
 .AnyTagClassName
 {
   color: #2AA521;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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