#2A966B

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

Shades of Eucalyptus #2A966B

Tints of Eucalyptus #2A966B

Color information

#2A966B (or 0x2A966B) is unknown color: approx Eucalyptus. HEX triplet: 2A, 96 and 6B. RGB value is (42,150,107). Sum of RGB (Red+Green+Blue) = 42+150+107=299 (39% of max value = 765). Red value is 42 (16.80% from 255 or 14.05% from 299); Green value is 150 (58.98% from 255 or 50.17% from 299); Blue value is 107 (42.19% from 255 or 35.79% from 299); Max value from RGB is 150 - color contains mainly: green. Hex color #2A966B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2A966B is #D56994. Grayscale: #707070. Windows color (decimal): -13986197 or 7050794. OLE color: 7050794.

HSL color Cylindrical-coordinate representation of color #2A966B: hue angle of 156.11º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2A966B is Cyan = 0.72, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.41.

Color convert

RGB42150107-
CMYK0.7200.290.41
HSL156.11º56.25%37.65%-
HSV(B)156.11º72%58.82%-
XYZ14.5223.3717.66-
YUV112.81124.7277.5-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 14.05%
GREEN value IS 150 (58.98% from 255) = 50.17%
BLUE value IS 107 (42.19% from 255) = 35.79%
R=14.05%
G=50.17%
B=35.79%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal421501070.7200.290.41156.1156.2537.65
Hex2A966B4801D299c3826
Octal52226153110035512347046
Binary101010100101101101011100100001110110100110011100111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A966B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,150,107); }

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

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

 a { background-color: rgb(42,150,107); }

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

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

 span { border-color: rgb(42,150,107); }

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