#299C53

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

Shades of Eucalyptus #299C53

Tints of Eucalyptus #299C53

Color information

#299C53 (or 0x299C53) is unknown color: approx Eucalyptus. HEX triplet: 29, 9C and 53. RGB value is (41,156,83). Sum of RGB (Red+Green+Blue) = 41+156+83=280 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.64% from 280); Green value is 156 (61.33% from 255 or 55.71% from 280); Blue value is 83 (32.81% from 255 or 29.64% from 280); Max value from RGB is 156 - color contains mainly: green. Hex color #299C53 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #299C53 is #D663AC. Grayscale: #717171. Windows color (decimal): -14050221 or 5479465. OLE color: 5479465.

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

Color convert

RGB4115683-
CMYK0.7400.470.39
HSL141.91º58.38%38.63%-
HSV(B)141.91º73.72%61.18%-
XYZ14.3624.8712.23-
YUV113.29110.976.44-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.64%
GREEN value IS 156 (61.33% from 255) = 55.71%
BLUE value IS 83 (32.81% from 255) = 29.64%
R=14.64%
G=55.71%
B=29.64%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal41156830.7400.470.39141.9158.3838.63
Hex299C534A02F278e3a27
Octal51234123112057472167247
Binary1010011001110010100111001010010111110011110001110111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #299C53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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