Html Css Color HEX #2AAD1C Forest Green

📋 copy color: '#2AAD1C'

red 42 ◦ green 173 ◦ blue 28

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

Shades of Forest Green #2AAD1C

Tints of Forest Green #2AAD1C

RGB

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

 GREEN value IS 173 (67.97% from 255) = 71.19%

 BLUE value IS 28 (11.33% from 255) = 11.52%

R = 17.28%
G = 71.19%
B = 11.52%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.84

 K value IS 0.32

RGB Variations

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

Color information

#2AAD1C (or 0x2AAD1C) is known color: Forest Green. HEX triplet: 2A, AD and 1C. RGB value is (42,173,28). Sum of RGB (Red+Green+Blue) = 42+173+28=243 (32% of max value = 765). Red value is 42 (16.80% from 255 or 17.28% from 243); Green value is 173 (67.97% from 255 or 71.19% from 243); Blue value is 28 (11.33% from 255 or 11.52% from 243); Max value from RGB is 173 - color contains mainly: green. Hex color #2AAD1C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2AAD1C is #D552E3. Grayscale: #757575. Windows color (decimal): -13980388 or 1879338. OLE color: 1879338.

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

Color convert

RGB 42 173 28 -
CMYK 0.76 0 0.84 0.32
HSL 114.21º 0.72% 0.39% -
HSV(B) 114.21º 0.84% 0.68% -
XYZ 16.11 30.46 6.13 -
YUV 117.3 77.6 74.29 -
System Red Green Blue C M Y K H S L
Decimal 42 173 28 0.76 0 0.84 0.32 114.21 0.72 0.39
Hex 2A AD 1C 4C 0 54 20 72 48 27
Octal 52 255 34 114 0 124 40 162 110 47
Binary 101010 10101101 11100 1001100 0 1010100 100000 1110010 1001000 100111

Color Harmonies of #2AAD1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AAD1C

Black with #2AAD1C

Text Example


Text Example

White with #2AAD1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,173,28); }

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

background-color css

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

 a { background-color: rgb(42,173,28); }

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

border-color css

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

 span { border-color: rgb(42,173,28); }

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