Html Css Color HEX #2AAC13 Forest Green

📋 copy color: '#2AAC13'

red 42 ◦ green 172 ◦ blue 19

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

Shades of Forest Green #2AAC13

Tints of Forest Green #2AAC13

RGB

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

 GREEN value IS 172 (67.58% from 255) = 73.82%

 BLUE value IS 19 (7.81% from 255) = 8.15%

R = 18.03%
G = 73.82%
B = 8.15%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.89

 K value IS 0.33

RGB Variations

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

Color information

#2AAC13 (or 0x2AAC13) is known color: Forest Green. HEX triplet: 2A, AC and 13. RGB value is (42,172,19). Sum of RGB (Red+Green+Blue) = 42+172+19=233 (30% of max value = 765). Red value is 42 (16.80% from 255 or 18.03% from 233); Green value is 172 (67.58% from 255 or 73.82% from 233); Blue value is 19 (7.81% from 255 or 8.15% from 233); Max value from RGB is 172 - color contains mainly: green. Hex color #2AAC13 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2AAC13 is #D553EC. Grayscale: #747474. Windows color (decimal): -13980653 or 1289258. OLE color: 1289258.

HSL color Cylindrical-coordinate representation of color #2AAC13: hue angle of 110.98º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2AAC13 is Cyan = 0.76, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.33.

Color convert

RGB 42 172 19 -
CMYK 0.76 0 0.89 0.33
HSL 110.98º 0.8% 0.37% -
HSV(B) 110.98º 0.89% 0.67% -
XYZ 15.82 30.04 5.58 -
YUV 115.69 73.43 75.44 -
System Red Green Blue C M Y K H S L
Decimal 42 172 19 0.76 0 0.89 0.33 110.98 0.8 0.37
Hex 2A AC 13 4C 0 59 21 6F 50 25
Octal 52 254 23 114 0 131 41 157 120 45
Binary 101010 10101100 10011 1001100 0 1011001 100001 1101111 1010000 100101

Color Harmonies of #2AAC13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AAC13

Black with #2AAC13

Text Example


Text Example

White with #2AAC13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,172,19); }

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

background-color css

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

 a { background-color: rgb(42,172,19); }

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

border-color css

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

 span { border-color: rgb(42,172,19); }

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