#229F5E

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

Shades of Eucalyptus #229F5E

Tints of Eucalyptus #229F5E

Color information

#229F5E (or 0x229F5E) is unknown color: approx Eucalyptus. HEX triplet: 22, 9F and 5E. RGB value is (34,159,94). Sum of RGB (Red+Green+Blue) = 34+159+94=287 (38% of max value = 765). Red value is 34 (13.67% from 255 or 11.85% from 287); Green value is 159 (62.5% from 255 or 55.40% from 287); Blue value is 94 (37.11% from 255 or 32.75% from 287); Max value from RGB is 159 - color contains mainly: green. Hex color #229F5E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #229F5E is #DD60A1. Grayscale: #727272. Windows color (decimal): -14508194 or 6201122. OLE color: 6201122.

HSL color Cylindrical-coordinate representation of color #229F5E: hue angle of 148.8º 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 #229F5E is Cyan = 0.79, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.38.

Color convert

RGB3415994-
CMYK0.7900.410.38
HSL148.8º64.77%37.84%-
HSV(B)148.8º78.62%62.35%-
XYZ15.0825.9414.8-
YUV114.22116.5970.79-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 11.85%
GREEN value IS 159 (62.5% from 255) = 55.40%
BLUE value IS 94 (37.11% from 255) = 32.75%
R=11.85%
G=55.40%
B=32.75%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal34159940.7900.410.38148.864.7737.84
Hex229F5E4F02926954126
Octal422371361170514622510146
Binary10001010011111101111010011110101001100110100101011000001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #229F5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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