#299E69

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

Shades of Eucalyptus #299E69

Tints of Eucalyptus #299E69

Color information

#299E69 (or 0x299E69) is unknown color: approx Eucalyptus. HEX triplet: 29, 9E and 69. RGB value is (41,158,105). Sum of RGB (Red+Green+Blue) = 41+158+105=304 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.49% from 304); Green value is 158 (62.11% from 255 or 51.97% from 304); Blue value is 105 (41.41% from 255 or 34.54% from 304); Max value from RGB is 158 - color contains mainly: green. Hex color #299E69 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #299E69 is #D66196. Grayscale: #757575. Windows color (decimal): -14049687 or 6921769. OLE color: 6921769.

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

Color convert

RGB41158105-
CMYK0.7400.340.38
HSL152.82º58.79%39.02%-
HSV(B)152.82º74.05%61.96%-
XYZ15.6925.9517.55-
YUV116.98121.2473.81-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.49%
GREEN value IS 158 (62.11% from 255) = 51.97%
BLUE value IS 105 (41.41% from 255) = 34.54%
R=13.49%
G=51.97%
B=34.54%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal411581050.7400.340.38152.8258.7939.02
Hex299E694A02226993b27
Octal51236151112042462317347
Binary1010011001111011010011001010010001010011010011001111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #299E69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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