#299E5E

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

Shades of Eucalyptus #299E5E

Tints of Eucalyptus #299E5E

Color information

#299E5E (or 0x299E5E) is unknown color: approx Eucalyptus. HEX triplet: 29, 9E and 5E. RGB value is (41,158,94). Sum of RGB (Red+Green+Blue) = 41+158+94=293 (38% of max value = 765). Red value is 41 (16.41% from 255 or 13.99% from 293); Green value is 158 (62.11% from 255 or 53.92% from 293); Blue value is 94 (37.11% from 255 or 32.08% from 293); Max value from RGB is 158 - color contains mainly: green. Hex color #299E5E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #299E5E is #D661A1. Grayscale: #737373. Windows color (decimal): -14049698 or 6200873. OLE color: 6200873.

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

Color convert

RGB4115894-
CMYK0.7400.410.38
HSL147.18º58.79%39.02%-
HSV(B)147.18º74.05%61.96%-
XYZ15.1625.7314.76-
YUV115.72115.7474.7-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.99%
GREEN value IS 158 (62.11% from 255) = 53.92%
BLUE value IS 94 (37.11% from 255) = 32.08%
R=13.99%
G=53.92%
B=32.08%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal41158940.7400.410.38147.1858.7939.02
Hex299E5E4A02926933b27
Octal51236136112051462237347
Binary1010011001111010111101001010010100110011010010011111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #299E5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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