#299462

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

Shades of Eucalyptus #299462

Tints of Eucalyptus #299462

Color information

#299462 (or 0x299462) is unknown color: approx Eucalyptus. HEX triplet: 29, 94 and 62. RGB value is (41,148,98). Sum of RGB (Red+Green+Blue) = 41+148+98=287 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.29% from 287); Green value is 148 (58.20% from 255 or 51.57% from 287); Blue value is 98 (38.67% from 255 or 34.15% from 287); Max value from RGB is 148 - color contains mainly: green. Hex color #299462 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #299462 is #D66B9D. Grayscale: #6E6E6E. Windows color (decimal): -14052254 or 6460457. OLE color: 6460457.

HSL color Cylindrical-coordinate representation of color #299462: hue angle of 151.96º degrees, saturation: 0.57, 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 #299462 is Cyan = 0.72, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.42.

Color convert

RGB4114898-
CMYK0.7200.340.42
HSL151.96º56.61%37.06%-
HSV(B)151.96º72.3%58.04%-
XYZ13.7122.5315.18-
YUV110.31121.0578.57-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.29%
GREEN value IS 148 (58.20% from 255) = 51.57%
BLUE value IS 98 (38.67% from 255) = 34.15%
R=14.29%
G=51.57%
B=34.15%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal41148980.7200.340.42151.9656.6137.06
Hex299462480222A983925
Octal51224142110042522307145
Binary1010011001010011000101001000010001010101010011000111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #299462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #299462; }

 p { color: rgb(41,148,98); }

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

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

 a { background-color: rgb(41,148,98); }

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

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

 span { border-color: rgb(41,148,98); }

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