#299C64

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

Shades of Eucalyptus #299C64

Tints of Eucalyptus #299C64

Color information

#299C64 (or 0x299C64) is unknown color: approx Eucalyptus. HEX triplet: 29, 9C and 64. RGB value is (41,156,100). Sum of RGB (Red+Green+Blue) = 41+156+100=297 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.80% from 297); Green value is 156 (61.33% from 255 or 52.53% from 297); Blue value is 100 (39.45% from 255 or 33.67% from 297); Max value from RGB is 156 - color contains mainly: green. Hex color #299C64 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #299C64 is #D6639B. Grayscale: #737373. Windows color (decimal): -14050204 or 6593577. OLE color: 6593577.

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

Color convert

RGB41156100-
CMYK0.7400.360.39
HSL150.78º58.38%38.63%-
HSV(B)150.78º73.72%61.18%-
XYZ15.125.1716.12-
YUV115.23119.475.05-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.80%
GREEN value IS 156 (61.33% from 255) = 52.53%
BLUE value IS 100 (39.45% from 255) = 33.67%
R=13.80%
G=52.53%
B=33.67%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal411561000.7400.360.39150.7858.3838.63
Hex299C644A02427973a27
Octal51234144112044472277247
Binary1010011001110011001001001010010010010011110010111111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #299C64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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