#299D72

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

Shades of Eucalyptus #299D72

Tints of Eucalyptus #299D72

Color information

#299D72 (or 0x299D72) is unknown color: approx Eucalyptus. HEX triplet: 29, 9D and 72. RGB value is (41,157,114). Sum of RGB (Red+Green+Blue) = 41+157+114=312 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.14% from 312); Green value is 157 (61.72% from 255 or 50.32% from 312); Blue value is 114 (44.92% from 255 or 36.54% from 312); Max value from RGB is 157 - color contains mainly: green. Hex color #299D72 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #299D72 is #D6628D. Grayscale: #757575. Windows color (decimal): -14049934 or 7511337. OLE color: 7511337.

HSL color Cylindrical-coordinate representation of color #299D72: hue angle of 157.76º 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 #299D72 is Cyan = 0.74, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.38.

Color convert

RGB41157114-
CMYK0.7400.270.38
HSL157.76º58.59%38.82%-
HSV(B)157.76º73.89%61.57%-
XYZ16.0125.820.06-
YUV117.41126.0773.5-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.14%
GREEN value IS 157 (61.72% from 255) = 50.32%
BLUE value IS 114 (44.92% from 255) = 36.54%
R=13.14%
G=50.32%
B=36.54%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal411571140.7400.270.38157.7658.5938.82
Hex299D724A01B269e3b27
Octal51235162112033462367347
Binary101001100111011110010100101001101110011010011110111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #299D72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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