#299B5E

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

Shades of Eucalyptus #299B5E

Tints of Eucalyptus #299B5E

Color information

#299B5E (or 0x299B5E) is unknown color: approx Eucalyptus. HEX triplet: 29, 9B and 5E. RGB value is (41,155,94). Sum of RGB (Red+Green+Blue) = 41+155+94=290 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.14% from 290); Green value is 155 (60.94% from 255 or 53.45% from 290); Blue value is 94 (37.11% from 255 or 32.41% from 290); Max value from RGB is 155 - color contains mainly: green. Hex color #299B5E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #299B5E is #D664A1. Grayscale: #727272. Windows color (decimal): -14050466 or 6200105. OLE color: 6200105.

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

Color convert

RGB4115594-
CMYK0.7400.390.39
HSL147.89º58.16%38.43%-
HSV(B)147.89º73.55%60.78%-
XYZ14.6624.7214.59-
YUV113.96116.7375.96-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.14%
GREEN value IS 155 (60.94% from 255) = 53.45%
BLUE value IS 94 (37.11% from 255) = 32.41%
R=14.14%
G=53.45%
B=32.41%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal41155940.7400.390.39147.8958.1638.43
Hex299B5E4A02727943a26
Octal51233136112047472247246
Binary1010011001101110111101001010010011110011110010100111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #299B5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,155,94); }

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

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

 a { background-color: rgb(41,155,94); }

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

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

 span { border-color: rgb(41,155,94); }

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