#2AAA65

Color #2AAA65 Eucalyptus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eucalyptus #2AAA65

Tints of Eucalyptus #2AAA65

Color information

#2AAA65 (or 0x2AAA65) is unknown color: approx Eucalyptus. HEX triplet: 2A, AA and 65. RGB value is (42,170,101). Sum of RGB (Red+Green+Blue) = 42+170+101=313 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.42% from 313); Green value is 170 (66.80% from 255 or 54.31% from 313); Blue value is 101 (39.84% from 255 or 32.27% from 313); Max value from RGB is 170 - color contains mainly: green. Hex color #2AAA65 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2AAA65 is #D5559A. Grayscale: #7C7C7C. Windows color (decimal): -13981083 or 6662698. OLE color: 6662698.

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

Color convert

RGB42170101-
CMYK0.7500.410.33
HSL147.66º60.38%41.57%-
HSV(B)147.66º75.29%66.67%-
XYZ17.6830.1817.21-
YUV123.86115.0969.61-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 13.42%
GREEN value IS 170 (66.80% from 255) = 54.31%
BLUE value IS 101 (39.84% from 255) = 32.27%
R=13.42%
G=54.31%
B=32.27%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal421701010.7500.410.33147.6660.3841.57
Hex2AAA654B02921943c2a
Octal52252145113051412247452
Binary1010101010101011001011001011010100110000110010100111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AAA65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #2AAA65;
 }
 .AnyTagClassName
 {
   color: #2AAA65;
 }
</style>
background-color css

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

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

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

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

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

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