#229F60

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

Shades of Eucalyptus #229F60

Tints of Eucalyptus #229F60

Color information

#229F60 (or 0x229F60) is unknown color: approx Eucalyptus. HEX triplet: 22, 9F and 60. RGB value is (34,159,96). Sum of RGB (Red+Green+Blue) = 34+159+96=289 (38% of max value = 765). Red value is 34 (13.67% from 255 or 11.76% from 289); Green value is 159 (62.5% from 255 or 55.02% from 289); Blue value is 96 (37.89% from 255 or 33.22% from 289); Max value from RGB is 159 - color contains mainly: green. Hex color #229F60 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #229F60 is #DD609F. Grayscale: #727272. Windows color (decimal): -14508192 or 6332194. OLE color: 6332194.

HSL color Cylindrical-coordinate representation of color #229F60: hue angle of 149.76º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #229F60 is Cyan = 0.79, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.38.

Color convert

RGB3415996-
CMYK0.7900.400.38
HSL149.76º64.77%37.84%-
HSV(B)149.76º78.62%62.35%-
XYZ15.1725.9815.28-
YUV114.44117.5970.62-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 11.76%
GREEN value IS 159 (62.5% from 255) = 55.02%
BLUE value IS 96 (37.89% from 255) = 33.22%
R=11.76%
G=55.02%
B=33.22%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal34159960.7900.400.38149.7664.7737.84
Hex229F604F02826964126
Octal422371401170504622610146
Binary10001010011111110000010011110101000100110100101101000001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #229F60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #229F60; }

 p { color: rgb(34,159,96); }

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

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

 a { background-color: rgb(34,159,96); }

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

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

 span { border-color: rgb(34,159,96); }

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