#299C5A

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

Shades of Eucalyptus #299C5A

Tints of Eucalyptus #299C5A

Color information

#299C5A (or 0x299C5A) is unknown color: approx Eucalyptus. HEX triplet: 29, 9C and 5A. RGB value is (41,156,90). Sum of RGB (Red+Green+Blue) = 41+156+90=287 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.29% from 287); Green value is 156 (61.33% from 255 or 54.36% from 287); Blue value is 90 (35.55% from 255 or 31.36% from 287); Max value from RGB is 156 - color contains mainly: green. Hex color #299C5A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #299C5A is #D663A5. Grayscale: #727272. Windows color (decimal): -14050214 or 5938217. OLE color: 5938217.

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

Color convert

RGB4115690-
CMYK0.7400.420.39
HSL145.57º58.38%38.63%-
HSV(B)145.57º73.72%61.18%-
XYZ14.6524.9913.72-
YUV114.09114.475.87-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.29%
GREEN value IS 156 (61.33% from 255) = 54.36%
BLUE value IS 90 (35.55% from 255) = 31.36%
R=14.29%
G=54.36%
B=31.36%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal41156900.7400.420.39145.5758.3838.63
Hex299C5A4A02A27923a27
Octal51234132112052472227247
Binary1010011001110010110101001010010101010011110010010111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #299C5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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