#299E6D

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

Shades of Eucalyptus #299E6D

Tints of Eucalyptus #299E6D

Color information

#299E6D (or 0x299E6D) is unknown color: approx Eucalyptus. HEX triplet: 29, 9E and 6D. RGB value is (41,158,109). Sum of RGB (Red+Green+Blue) = 41+158+109=308 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.31% from 308); Green value is 158 (62.11% from 255 or 51.30% from 308); Blue value is 109 (42.97% from 255 or 35.39% from 308); Max value from RGB is 158 - color contains mainly: green. Hex color #299E6D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #299E6D is #D66192. Grayscale: #757575. Windows color (decimal): -14049683 or 7183913. OLE color: 7183913.

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

Color convert

RGB41158109-
CMYK0.7400.310.38
HSL154.87º58.79%39.02%-
HSV(B)154.87º74.05%61.96%-
XYZ15.926.0318.65-
YUV117.43123.2473.48-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.31%
GREEN value IS 158 (62.11% from 255) = 51.30%
BLUE value IS 109 (42.97% from 255) = 35.39%
R=13.31%
G=51.30%
B=35.39%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal411581090.7400.310.38154.8758.7939.02
Hex299E6D4A01F269b3b27
Octal51236155112037462337347
Binary101001100111101101101100101001111110011010011011111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #299E6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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