#299265

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

Shades of Eucalyptus #299265

Tints of Eucalyptus #299265

Color information

#299265 (or 0x299265) is unknown color: approx Eucalyptus. HEX triplet: 29, 92 and 65. RGB value is (41,146,101). Sum of RGB (Red+Green+Blue) = 41+146+101=288 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.24% from 288); Green value is 146 (57.42% from 255 or 50.69% from 288); Blue value is 101 (39.84% from 255 or 35.07% from 288); Max value from RGB is 146 - color contains mainly: green. Hex color #299265 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #299265 is #D66D9A. Grayscale: #6D6D6D. Windows color (decimal): -14052763 or 6656553. OLE color: 6656553.

HSL color Cylindrical-coordinate representation of color #299265: hue angle of 154.29º 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 #299265 is Cyan = 0.72, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.43.

Color convert

RGB41146101-
CMYK0.7200.310.43
HSL154.29º56.15%36.67%-
HSV(B)154.29º71.92%57.25%-
XYZ13.5421.9715.84-
YUV109.48123.2179.16-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.24%
GREEN value IS 146 (57.42% from 255) = 50.69%
BLUE value IS 101 (39.84% from 255) = 35.07%
R=14.24%
G=50.69%
B=35.07%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal411461010.7200.310.43154.2956.1536.67
Hex2992654801F2B9a3825
Octal51222145110037532327045
Binary101001100100101100101100100001111110101110011010111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #299265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #299265; }

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

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

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

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

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

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

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

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