Html Css Color HEX #2A8424 Forest Green

📋 copy color: '#2A8424'

red 42 ◦ green 132 ◦ blue 36

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

Shades of Forest Green #2A8424

Tints of Forest Green #2A8424

RGB

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

 GREEN value IS 132 (51.95% from 255) = 62.86%

 BLUE value IS 36 (14.45% from 255) = 17.14%

R = 20%
G = 62.86%
B = 17.14%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.73

 K value IS 0.48

RGB Variations

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

Color information

#2A8424 (or 0x2A8424) is known color: Forest Green. HEX triplet: 2A, 84 and 24. RGB value is (42,132,36). Sum of RGB (Red+Green+Blue) = 42+132+36=210 (27% of max value = 765). Red value is 42 (16.80% from 255 or 20% from 210); Green value is 132 (51.95% from 255 or 62.86% from 210); Blue value is 36 (14.45% from 255 or 17.14% from 210); Max value from RGB is 132 - color contains mainly: green. Hex color #2A8424 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2A8424 is #D57BDB. Grayscale: #5E5E5E. Windows color (decimal): -13990876 or 2393130. OLE color: 2393130.

HSL color Cylindrical-coordinate representation of color #2A8424: hue angle of 116.25º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2A8424 is Cyan = 0.68, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.48.

Color convert

RGB 42 132 36 -
CMYK 0.68 0 0.73 0.48
HSL 116.25º 0.57% 0.33% -
HSV(B) 116.25º 0.73% 0.52% -
XYZ 9.52 17.12 4.47 -
YUV 94.15 95.18 90.81 -
System Red Green Blue C M Y K H S L
Decimal 42 132 36 0.68 0 0.73 0.48 116.25 0.57 0.33
Hex 2A 84 24 44 0 49 30 74 39 21
Octal 52 204 44 104 0 111 60 164 71 41
Binary 101010 10000100 100100 1000100 0 1001001 110000 1110100 111001 100001

Color Harmonies of #2A8424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A8424

Black with #2A8424

Text Example


Text Example

White with #2A8424

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,132,36); }

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

background-color css

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

 a { background-color: rgb(42,132,36); }

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

border-color css

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

 span { border-color: rgb(42,132,36); }

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