#299C61

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

Shades of Eucalyptus #299C61

Tints of Eucalyptus #299C61

Color information

#299C61 (or 0x299C61) is unknown color: approx Eucalyptus. HEX triplet: 29, 9C and 61. RGB value is (41,156,97). Sum of RGB (Red+Green+Blue) = 41+156+97=294 (38% of max value = 765). Red value is 41 (16.41% from 255 or 13.95% from 294); Green value is 156 (61.33% from 255 or 53.06% from 294); Blue value is 97 (38.28% from 255 or 32.99% from 294); Max value from RGB is 156 - color contains mainly: green. Hex color #299C61 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #299C61 is #D6639E. Grayscale: #737373. Windows color (decimal): -14050207 or 6396969. OLE color: 6396969.

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

Color convert

RGB4115697-
CMYK0.7400.380.39
HSL149.22º58.38%38.63%-
HSV(B)149.22º73.72%61.18%-
XYZ14.9625.1115.37-
YUV114.89117.975.3-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.95%
GREEN value IS 156 (61.33% from 255) = 53.06%
BLUE value IS 97 (38.28% from 255) = 32.99%
R=13.95%
G=53.06%
B=32.99%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal41156970.7400.380.39149.2258.3838.63
Hex299C614A02627953a27
Octal51234141112046472257247
Binary1010011001110011000011001010010011010011110010101111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #299C61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,156,97); }

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

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

 a { background-color: rgb(41,156,97); }

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

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

 span { border-color: rgb(41,156,97); }

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