#299D65

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

Shades of Eucalyptus #299D65

Tints of Eucalyptus #299D65

Color information

#299D65 (or 0x299D65) is unknown color: approx Eucalyptus. HEX triplet: 29, 9D and 65. RGB value is (41,157,101). Sum of RGB (Red+Green+Blue) = 41+157+101=299 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.71% from 299); Green value is 157 (61.72% from 255 or 52.51% from 299); Blue value is 101 (39.84% from 255 or 33.78% from 299); Max value from RGB is 157 - color contains mainly: green. Hex color #299D65 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #299D65 is #D6629A. Grayscale: #747474. Windows color (decimal): -14049947 or 6659369. OLE color: 6659369.

HSL color Cylindrical-coordinate representation of color #299D65: hue angle of 151.03º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #299D65 is Cyan = 0.74, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.38.

Color convert

RGB41157101-
CMYK0.7400.360.38
HSL151.03º58.59%38.82%-
HSV(B)151.03º73.89%61.57%-
XYZ15.3225.5216.43-
YUV115.93119.5774.55-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.71%
GREEN value IS 157 (61.72% from 255) = 52.51%
BLUE value IS 101 (39.84% from 255) = 33.78%
R=13.71%
G=52.51%
B=33.78%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal411571010.7400.360.38151.0358.5938.82
Hex299D654A02426973b27
Octal51235145112044462277347
Binary1010011001110111001011001010010010010011010010111111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #299D65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #299D65; }

 p { color: rgb(41,157,101); }

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

<style>
 a { background-color: #299D65; }

 a { background-color: rgb(41,157,101); }

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

<style>
 span { border-color: #299D65; }

 span { border-color: rgb(41,157,101); }

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