#299161

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

Shades of Eucalyptus #299161

Tints of Eucalyptus #299161

Color information

#299161 (or 0x299161) is unknown color: approx Eucalyptus. HEX triplet: 29, 91 and 61. RGB value is (41,145,97). Sum of RGB (Red+Green+Blue) = 41+145+97=283 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.49% from 283); Green value is 145 (57.03% from 255 or 51.24% from 283); Blue value is 97 (38.28% from 255 or 34.28% from 283); Max value from RGB is 145 - color contains mainly: green. Hex color #299161 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #299161 is #D66E9E. Grayscale: #6C6C6C. Windows color (decimal): -14053023 or 6394153. OLE color: 6394153.

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

Color convert

RGB4114597-
CMYK0.7200.330.43
HSL152.31º55.91%36.47%-
HSV(B)152.31º71.72%56.86%-
XYZ13.221.5914.78-
YUV108.43121.5479.9-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.49%
GREEN value IS 145 (57.03% from 255) = 51.24%
BLUE value IS 97 (38.28% from 255) = 34.28%
R=14.49%
G=51.24%
B=34.28%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal41145970.7200.330.43152.3155.9136.47
Hex299161480212B983824
Octal51221141110041532307044
Binary1010011001000111000011001000010000110101110011000111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #299161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #299161; }

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

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

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

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

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

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

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

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