#299A5C

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

Shades of Eucalyptus #299A5C

Tints of Eucalyptus #299A5C

Color information

#299A5C (or 0x299A5C) is unknown color: approx Eucalyptus. HEX triplet: 29, 9A and 5C. RGB value is (41,154,92). Sum of RGB (Red+Green+Blue) = 41+154+92=287 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.29% from 287); Green value is 154 (60.55% from 255 or 53.66% from 287); Blue value is 92 (36.33% from 255 or 32.06% from 287); Max value from RGB is 154 - color contains mainly: green. Hex color #299A5C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #299A5C is #D665A3. Grayscale: #717171. Windows color (decimal): -14050724 or 6068777. OLE color: 6068777.

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

Color convert

RGB4115492-
CMYK0.7300.400.40
HSL147.08º57.95%38.24%-
HSV(B)147.08º73.38%60.39%-
XYZ14.424.3614.07-
YUV113.14116.0676.54-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.29%
GREEN value IS 154 (60.55% from 255) = 53.66%
BLUE value IS 92 (36.33% from 255) = 32.06%
R=14.29%
G=53.66%
B=32.06%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal41154920.7300.400.40147.0857.9538.24
Hex299A5C4902828933a26
Octal51232134111050502237246
Binary1010011001101010111001001001010100010100010010011111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #299A5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,154,92); }

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

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

 a { background-color: rgb(41,154,92); }

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

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

 span { border-color: rgb(41,154,92); }

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