#299E5B

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

Shades of Eucalyptus #299E5B

Tints of Eucalyptus #299E5B

Color information

#299E5B (or 0x299E5B) is unknown color: approx Eucalyptus. HEX triplet: 29, 9E and 5B. RGB value is (41,158,91). Sum of RGB (Red+Green+Blue) = 41+158+91=290 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.14% from 290); Green value is 158 (62.11% from 255 or 54.48% from 290); Blue value is 91 (35.94% from 255 or 31.38% from 290); Max value from RGB is 158 - color contains mainly: green. Hex color #299E5B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #299E5B is #D661A4. Grayscale: #737373. Windows color (decimal): -14049701 or 6004265. OLE color: 6004265.

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

Color convert

RGB4115891-
CMYK0.7400.420.38
HSL145.64º58.79%39.02%-
HSV(B)145.64º74.05%61.96%-
XYZ15.0325.6814.06-
YUV115.38114.2474.95-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.14%
GREEN value IS 158 (62.11% from 255) = 54.48%
BLUE value IS 91 (35.94% from 255) = 31.38%
R=14.14%
G=54.48%
B=31.38%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal41158910.7400.420.38145.6458.7939.02
Hex299E5B4A02A26923b27
Octal51236133112052462227347
Binary1010011001111010110111001010010101010011010010010111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #299E5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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