#229F5F

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

Shades of Eucalyptus #229F5F

Tints of Eucalyptus #229F5F

Color information

#229F5F (or 0x229F5F) is unknown color: approx Eucalyptus. HEX triplet: 22, 9F and 5F. RGB value is (34,159,95). Sum of RGB (Red+Green+Blue) = 34+159+95=288 (38% of max value = 765). Red value is 34 (13.67% from 255 or 11.81% from 288); Green value is 159 (62.5% from 255 or 55.21% from 288); Blue value is 95 (37.5% from 255 or 32.99% from 288); Max value from RGB is 159 - color contains mainly: green. Hex color #229F5F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #229F5F is #DD60A0. Grayscale: #727272. Windows color (decimal): -14508193 or 6266658. OLE color: 6266658.

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

Color convert

RGB3415995-
CMYK0.7900.400.38
HSL149.28º64.77%37.84%-
HSV(B)149.28º78.62%62.35%-
XYZ15.1225.9615.04-
YUV114.33117.0970.7-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 11.81%
GREEN value IS 159 (62.5% from 255) = 55.21%
BLUE value IS 95 (37.5% from 255) = 32.99%
R=11.81%
G=55.21%
B=32.99%

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
Decimal34159950.7900.400.38149.2864.7737.84
Hex229F5F4F02826954126
Octal422371371170504622510146
Binary10001010011111101111110011110101000100110100101011000001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #229F5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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