#299E72

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

Shades of Eucalyptus #299E72

Tints of Eucalyptus #299E72

Color information

#299E72 (or 0x299E72) is unknown color: approx Eucalyptus. HEX triplet: 29, 9E and 72. RGB value is (41,158,114). Sum of RGB (Red+Green+Blue) = 41+158+114=313 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.10% from 313); Green value is 158 (62.11% from 255 or 50.48% from 313); Blue value is 114 (44.92% from 255 or 36.42% from 313); Max value from RGB is 158 - color contains mainly: green. Hex color #299E72 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #299E72 is #D6618D. Grayscale: #767676. Windows color (decimal): -14049678 or 7511593. OLE color: 7511593.

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

Color convert

RGB41158114-
CMYK0.7400.280.38
HSL157.44º58.79%39.02%-
HSV(B)157.44º74.05%61.96%-
XYZ16.1826.1420.11-
YUV118125.7473.08-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.10%
GREEN value IS 158 (62.11% from 255) = 50.48%
BLUE value IS 114 (44.92% from 255) = 36.42%
R=13.10%
G=50.48%
B=36.42%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal411581140.7400.280.38157.4458.7939.02
Hex299E724A01C269d3b27
Octal51236162112034462357347
Binary101001100111101110010100101001110010011010011101111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #299E72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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