#229F6A

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

Shades of Eucalyptus #229F6A

Tints of Eucalyptus #229F6A

Color information

#229F6A (or 0x229F6A) is unknown color: approx Eucalyptus. HEX triplet: 22, 9F and 6A. RGB value is (34,159,106). Sum of RGB (Red+Green+Blue) = 34+159+106=299 (39% of max value = 765). Red value is 34 (13.67% from 255 or 11.37% from 299); Green value is 159 (62.5% from 255 or 53.18% from 299); Blue value is 106 (41.80% from 255 or 35.45% from 299); Max value from RGB is 159 - color contains mainly: green. Hex color #229F6A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #229F6A is #DD6095. Grayscale: #737373. Windows color (decimal): -14508182 or 6987554. OLE color: 6987554.

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

Color convert

RGB34159106-
CMYK0.7900.330.38
HSL154.56º64.77%37.84%-
HSV(B)154.56º78.62%62.35%-
XYZ15.6626.1817.86-
YUV115.58122.5969.81-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 11.37%
GREEN value IS 159 (62.5% from 255) = 53.18%
BLUE value IS 106 (41.80% from 255) = 35.45%
R=11.37%
G=53.18%
B=35.45%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal341591060.7900.330.38154.5664.7737.84
Hex229F6A4F021269b4126
Octal422371521170414623310146
Binary10001010011111110101010011110100001100110100110111000001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #229F6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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