Html Css Color HEX #2AA728 Forest Green

📋 copy color: '#2AA728'

red 42 ◦ green 167 ◦ blue 40

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

Shades of Forest Green #2AA728

Tints of Forest Green #2AA728

RGB

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

 GREEN value IS 167 (65.63% from 255) = 67.07%

 BLUE value IS 40 (16.02% from 255) = 16.06%

R = 16.87%
G = 67.07%
B = 16.06%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.76

 K value IS 0.35

RGB Variations

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

Color information

#2AA728 (or 0x2AA728) is known color: Forest Green. HEX triplet: 2A, A7 and 28. RGB value is (42,167,40). Sum of RGB (Red+Green+Blue) = 42+167+40=249 (32% of max value = 765). Red value is 42 (16.80% from 255 or 16.87% from 249); Green value is 167 (65.62% from 255 or 67.07% from 249); Blue value is 40 (16.02% from 255 or 16.06% from 249); Max value from RGB is 167 - color contains mainly: green. Hex color #2AA728 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2AA728 is #D558D7. Grayscale: #737373. Windows color (decimal): -13981912 or 2664234. OLE color: 2664234.

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

Color convert

RGB 42 167 40 -
CMYK 0.75 0 0.76 0.35
HSL 119.06º 0.61% 0.41% -
HSV(B) 119.06º 0.76% 0.65% -
XYZ 15.16 28.28 6.67 -
YUV 115.15 85.59 75.83 -
System Red Green Blue C M Y K H S L
Decimal 42 167 40 0.75 0 0.76 0.35 119.06 0.61 0.41
Hex 2A A7 28 4B 0 4C 23 77 3D 29
Octal 52 247 50 113 0 114 43 167 75 51
Binary 101010 10100111 101000 1001011 0 1001100 100011 1110111 111101 101001

Color Harmonies of #2AA728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AA728

Black with #2AA728

Text Example


Text Example

White with #2AA728

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,167,40); }

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

background-color css

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

 a { background-color: rgb(42,167,40); }

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

border-color css

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

 span { border-color: rgb(42,167,40); }

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