#299E4F

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

Shades of Eucalyptus #299E4F

Tints of Eucalyptus #299E4F

Color information

#299E4F (or 0x299E4F) is unknown color: approx Eucalyptus. HEX triplet: 29, 9E and 4F. RGB value is (41,158,79). Sum of RGB (Red+Green+Blue) = 41+158+79=278 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.75% from 278); Green value is 158 (62.11% from 255 or 56.83% from 278); Blue value is 79 (31.25% from 255 or 28.42% from 278); Max value from RGB is 158 - color contains mainly: green. Hex color #299E4F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #299E4F is #D661B0. Grayscale: #727272. Windows color (decimal): -14049713 or 5217833. OLE color: 5217833.

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

Color convert

RGB4115879-
CMYK0.7400.500.38
HSL139.49º58.79%39.02%-
HSV(B)139.49º74.05%61.96%-
XYZ14.5525.4911.55-
YUV114.01108.2475.92-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.75%
GREEN value IS 158 (62.11% from 255) = 56.83%
BLUE value IS 79 (31.25% from 255) = 28.42%
R=14.75%
G=56.83%
B=28.42%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal41158790.7400.500.38139.4958.7939.02
Hex299E4F4A032268b3b27
Octal51236117112062462137347
Binary1010011001111010011111001010011001010011010001011111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #299E4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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