Html Css Color HEX #2AAE16 Forest Green

📋 copy color: '#2AAE16'

red 42 ◦ green 174 ◦ blue 22

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

Shades of Forest Green #2AAE16

Tints of Forest Green #2AAE16

RGB

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

 GREEN value IS 174 (68.36% from 255) = 73.11%

 BLUE value IS 22 (8.98% from 255) = 9.24%

R = 17.65%
G = 73.11%
B = 9.24%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.87

 K value IS 0.32

RGB Variations

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

Color information

#2AAE16 (or 0x2AAE16) is known color: Forest Green. HEX triplet: 2A, AE and 16. RGB value is (42,174,22). Sum of RGB (Red+Green+Blue) = 42+174+22=238 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.65% from 238); Green value is 174 (68.36% from 255 or 73.11% from 238); Blue value is 22 (8.98% from 255 or 9.24% from 238); Max value from RGB is 174 - color contains mainly: green. Hex color #2AAE16 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2AAE16 is #D551E9. Grayscale: #757575. Windows color (decimal): -13980138 or 1486378. OLE color: 1486378.

HSL color Cylindrical-coordinate representation of color #2AAE16: hue angle of 112.11º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2AAE16 is Cyan = 0.76, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.32.

Color convert

RGB 42 174 22 -
CMYK 0.76 0 0.87 0.32
HSL 112.11º 0.78% 0.38% -
HSV(B) 112.11º 0.87% 0.68% -
XYZ 16.24 30.82 5.85 -
YUV 117.2 74.27 74.36 -
System Red Green Blue C M Y K H S L
Decimal 42 174 22 0.76 0 0.87 0.32 112.11 0.78 0.38
Hex 2A AE 16 4C 0 57 20 70 4E 26
Octal 52 256 26 114 0 127 40 160 116 46
Binary 101010 10101110 10110 1001100 0 1010111 100000 1110000 1001110 100110

Color Harmonies of #2AAE16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AAE16

Black with #2AAE16

Text Example


Text Example

White with #2AAE16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,174,22); }

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

background-color css

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

 a { background-color: rgb(42,174,22); }

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

border-color css

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

 span { border-color: rgb(42,174,22); }

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