#299368

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

Shades of Eucalyptus #299368

Tints of Eucalyptus #299368

Color information

#299368 (or 0x299368) is unknown color: approx Eucalyptus. HEX triplet: 29, 93 and 68. RGB value is (41,147,104). Sum of RGB (Red+Green+Blue) = 41+147+104=292 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.04% from 292); Green value is 147 (57.81% from 255 or 50.34% from 292); Blue value is 104 (41.02% from 255 or 35.62% from 292); Max value from RGB is 147 - color contains mainly: green. Hex color #299368 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #299368 is #D66C97. Grayscale: #6E6E6E. Windows color (decimal): -14052504 or 6853417. OLE color: 6853417.

HSL color Cylindrical-coordinate representation of color #299368: hue angle of 155.66º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #299368 is Cyan = 0.72, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.42.

Color convert

RGB41147104-
CMYK0.7200.290.42
HSL155.66º56.38%36.86%-
HSV(B)155.66º72.11%57.65%-
XYZ13.8522.3416.68-
YUV110.4124.3878.5-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.04%
GREEN value IS 147 (57.81% from 255) = 50.34%
BLUE value IS 104 (41.02% from 255) = 35.62%
R=14.04%
G=50.34%
B=35.62%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal411471040.7200.290.42155.6656.3836.86
Hex2993684801D2A9c3825
Octal51223150110035522347045
Binary101001100100111101000100100001110110101010011100111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #299368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #299368; }

 p { color: rgb(41,147,104); }

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

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

 a { background-color: rgb(41,147,104); }

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

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

 span { border-color: rgb(41,147,104); }

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