#299C65

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

Shades of Eucalyptus #299C65

Tints of Eucalyptus #299C65

Color information

#299C65 (or 0x299C65) is unknown color: approx Eucalyptus. HEX triplet: 29, 9C and 65. RGB value is (41,156,101). Sum of RGB (Red+Green+Blue) = 41+156+101=298 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.76% from 298); Green value is 156 (61.33% from 255 or 52.35% from 298); Blue value is 101 (39.84% from 255 or 33.89% from 298); Max value from RGB is 156 - color contains mainly: green. Hex color #299C65 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #299C65 is #D6639A. Grayscale: #737373. Windows color (decimal): -14050203 or 6659113. OLE color: 6659113.

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

Color convert

RGB41156101-
CMYK0.7400.350.39
HSL151.3º58.38%38.63%-
HSV(B)151.3º73.72%61.18%-
XYZ15.1525.1916.38-
YUV115.34119.974.97-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.76%
GREEN value IS 156 (61.33% from 255) = 52.35%
BLUE value IS 101 (39.84% from 255) = 33.89%
R=13.76%
G=52.35%
B=33.89%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal411561010.7400.350.39151.358.3838.63
Hex299C654A02327973a27
Octal51234145112043472277247
Binary1010011001110011001011001010010001110011110010111111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #299C65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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