Html Css Color HEX #2AA51A Forest Green

📋 copy color: '#2AA51A'

red 42 ◦ green 165 ◦ blue 26

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

Shades of Forest Green #2AA51A

Tints of Forest Green #2AA51A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 11.16%

R = 18.03%
G = 70.82%
B = 11.16%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.84

 K value IS 0.35

RGB Variations

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

Color information

#2AA51A (or 0x2AA51A) is known color: Forest Green. HEX triplet: 2A, A5 and 1A. RGB value is (42,165,26). Sum of RGB (Red+Green+Blue) = 42+165+26=233 (30% of max value = 765). Red value is 42 (16.80% from 255 or 18.03% from 233); Green value is 165 (64.84% from 255 or 70.82% from 233); Blue value is 26 (10.55% from 255 or 11.16% from 233); Max value from RGB is 165 - color contains mainly: green. Hex color #2AA51A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2AA51A is #D55AE5. Grayscale: #707070. Windows color (decimal): -13982438 or 1746218. OLE color: 1746218.

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

Color convert

RGB 42 165 26 -
CMYK 0.75 0 0.84 0.35
HSL 113.09º 0.73% 0.37% -
HSV(B) 113.09º 0.84% 0.65% -
XYZ 14.6 27.48 5.51 -
YUV 112.38 79.25 77.8 -
System Red Green Blue C M Y K H S L
Decimal 42 165 26 0.75 0 0.84 0.35 113.09 0.73 0.37
Hex 2A A5 1A 4B 0 54 23 71 49 25
Octal 52 245 32 113 0 124 43 161 111 45
Binary 101010 10100101 11010 1001011 0 1010100 100011 1110001 1001001 100101

Color Harmonies of #2AA51A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AA51A

Black with #2AA51A

Text Example


Text Example

White with #2AA51A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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