#299264

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

Shades of Eucalyptus #299264

Tints of Eucalyptus #299264

Color information

#299264 (or 0x299264) is unknown color: approx Eucalyptus. HEX triplet: 29, 92 and 64. RGB value is (41,146,100). Sum of RGB (Red+Green+Blue) = 41+146+100=287 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.29% from 287); Green value is 146 (57.42% from 255 or 50.87% from 287); Blue value is 100 (39.45% from 255 or 34.84% from 287); Max value from RGB is 146 - color contains mainly: green. Hex color #299264 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #299264 is #D66D9B. Grayscale: #6D6D6D. Windows color (decimal): -14052764 or 6591017. OLE color: 6591017.

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

Color convert

RGB41146100-
CMYK0.7200.320.43
HSL153.71º56.15%36.67%-
HSV(B)153.71º71.92%57.25%-
XYZ13.4921.9515.58-
YUV109.36122.7179.24-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.29%
GREEN value IS 146 (57.42% from 255) = 50.87%
BLUE value IS 100 (39.45% from 255) = 34.84%
R=14.29%
G=50.87%
B=34.84%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal411461000.7200.320.43153.7156.1536.67
Hex299264480202B9a3825
Octal51222144110040532327045
Binary1010011001001011001001001000010000010101110011010111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #299264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #299264; }

 p { color: rgb(41,146,100); }

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

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

 a { background-color: rgb(41,146,100); }

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

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

 span { border-color: rgb(41,146,100); }

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