Html Css Color HEX #2AAA66 Eucalyptus

📋 copy color: '#2AAA66'

red 42 ◦ green 170 ◦ blue 102

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

Shades of Eucalyptus #2AAA66

Tints of Eucalyptus #2AAA66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 32.48%

R = 13.38%
G = 54.14%
B = 32.48%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.4

 K value IS 0.33

RGB Variations

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

Color information

#2AAA66 (or 0x2AAA66) is known color: Eucalyptus. HEX triplet: 2A, AA and 66. RGB value is (42,170,102). Sum of RGB (Red+Green+Blue) = 42+170+102=314 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.38% from 314); Green value is 170 (66.80% from 255 or 54.14% from 314); Blue value is 102 (40.23% from 255 or 32.48% from 314); Max value from RGB is 170 - color contains mainly: green. Hex color #2AAA66 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2AAA66 is #D55599. Grayscale: #7C7C7C. Windows color (decimal): -13981082 or 6728234. OLE color: 6728234.

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

Color convert

RGB 42 170 102 -
CMYK 0.75 0 0.4 0.33
HSL 148.13º 0.6% 0.42% -
HSV(B) 148.13º 0.75% 0.67% -
XYZ 17.73 30.2 17.47 -
YUV 123.98 115.59 69.53 -
System Red Green Blue C M Y K H S L
Decimal 42 170 102 0.75 0 0.4 0.33 148.13 0.6 0.42
Hex 2A AA 66 4B 0 28 21 94 3C 2A
Octal 52 252 146 113 0 50 41 224 74 52
Binary 101010 10101010 1100110 1001011 0 101000 100001 10010100 111100 101010

Color Harmonies of #2AAA66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AAA66

Black with #2AAA66

Text Example


Text Example

White with #2AAA66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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