#299061

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

Shades of Eucalyptus #299061

Tints of Eucalyptus #299061

Color information

#299061 (or 0x299061) is unknown color: approx Eucalyptus. HEX triplet: 29, 90 and 61. RGB value is (41,144,97). Sum of RGB (Red+Green+Blue) = 41+144+97=282 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.54% from 282); Green value is 144 (56.64% from 255 or 51.06% from 282); Blue value is 97 (38.28% from 255 or 34.40% from 282); Max value from RGB is 144 - color contains mainly: green. Hex color #299061 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #299061 is #D66F9E. Grayscale: #6B6B6B. Windows color (decimal): -14053279 or 6393897. OLE color: 6393897.

HSL color Cylindrical-coordinate representation of color #299061: hue angle of 152.62º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #299061 is Cyan = 0.72, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.44.

Color convert

RGB4114497-
CMYK0.7200.330.44
HSL152.62º55.68%36.27%-
HSV(B)152.62º71.53%56.47%-
XYZ13.0521.2814.73-
YUV107.84121.8880.32-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.54%
GREEN value IS 144 (56.64% from 255) = 51.06%
BLUE value IS 97 (38.28% from 255) = 34.40%
R=14.54%
G=51.06%
B=34.40%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal41144970.7200.330.44152.6255.6836.27
Hex299061480212C993824
Octal51220141110041542317044
Binary1010011001000011000011001000010000110110010011001111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #299061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #299061; }

 p { color: rgb(41,144,97); }

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

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

 a { background-color: rgb(41,144,97); }

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

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

 span { border-color: rgb(41,144,97); }

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