Html Css Color HEX #2AAA62 Eucalyptus

📋 copy color: '#2AAA62'

red 42 ◦ green 170 ◦ blue 98

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

Shades of Eucalyptus #2AAA62

Tints of Eucalyptus #2AAA62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 31.61%

R = 13.55%
G = 54.84%
B = 31.61%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.42

 K value IS 0.33

RGB Variations

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

Color information

#2AAA62 (or 0x2AAA62) is known color: Eucalyptus. HEX triplet: 2A, AA and 62. RGB value is (42,170,98). Sum of RGB (Red+Green+Blue) = 42+170+98=310 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.55% from 310); Green value is 170 (66.80% from 255 or 54.84% from 310); Blue value is 98 (38.67% from 255 or 31.61% from 310); Max value from RGB is 170 - color contains mainly: green. Hex color #2AAA62 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2AAA62 is #D5559D. Grayscale: #7B7B7B. Windows color (decimal): -13981086 or 6466090. OLE color: 6466090.

HSL color Cylindrical-coordinate representation of color #2AAA62: hue angle of 146.25º 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 #2AAA62 is Cyan = 0.75, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.33.

Color convert

RGB 42 170 98 -
CMYK 0.75 0 0.42 0.33
HSL 146.25º 0.6% 0.42% -
HSV(B) 146.25º 0.75% 0.67% -
XYZ 17.53 30.12 16.45 -
YUV 123.52 113.59 69.85 -
System Red Green Blue C M Y K H S L
Decimal 42 170 98 0.75 0 0.42 0.33 146.25 0.6 0.42
Hex 2A AA 62 4B 0 2A 21 92 3C 2A
Octal 52 252 142 113 0 52 41 222 74 52
Binary 101010 10101010 1100010 1001011 0 101010 100001 10010010 111100 101010

Color Harmonies of #2AAA62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AAA62

Black with #2AAA62

Text Example


Text Example

White with #2AAA62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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