Html Css Color HEX #2AAA61 Eucalyptus

📋 copy color: '#2AAA61'

red 42 ◦ green 170 ◦ blue 97

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

Shades of Eucalyptus #2AAA61

Tints of Eucalyptus #2AAA61

RGB

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

 GREEN value IS 170 (66.8% from 255) = 55.02%

 BLUE value IS 97 (38.28% from 255) = 31.39%

R = 13.59%
G = 55.02%
B = 31.39%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.43

 K value IS 0.33

RGB Variations

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

Color information

#2AAA61 (or 0x2AAA61) is known color: Eucalyptus. HEX triplet: 2A, AA and 61. RGB value is (42,170,97). Sum of RGB (Red+Green+Blue) = 42+170+97=309 (40% of max value = 765). Red value is 42 (16.80% from 255 or 13.59% from 309); Green value is 170 (66.80% from 255 or 55.02% from 309); Blue value is 97 (38.28% from 255 or 31.39% from 309); Max value from RGB is 170 - color contains mainly: green. Hex color #2AAA61 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2AAA61 is #D5559E. Grayscale: #7B7B7B. Windows color (decimal): -13981087 or 6400554. OLE color: 6400554.

HSL color Cylindrical-coordinate representation of color #2AAA61: hue angle of 145.78º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2AAA61 is Cyan = 0.75, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.33.

Color convert

RGB 42 170 97 -
CMYK 0.75 0 0.43 0.33
HSL 145.78º 0.6% 0.42% -
HSV(B) 145.78º 0.75% 0.67% -
XYZ 17.49 30.1 16.2 -
YUV 123.41 113.09 69.94 -
System Red Green Blue C M Y K H S L
Decimal 42 170 97 0.75 0 0.43 0.33 145.78 0.6 0.42
Hex 2A AA 61 4B 0 2B 21 92 3C 2A
Octal 52 252 141 113 0 53 41 222 74 52
Binary 101010 10101010 1100001 1001011 0 101011 100001 10010010 111100 101010

Color Harmonies of #2AAA61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AAA61

Black with #2AAA61

Text Example


Text Example

White with #2AAA61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,170,97); }

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

background-color css

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

 a { background-color: rgb(42,170,97); }

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

border-color css

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

 span { border-color: rgb(42,170,97); }

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