#229B5A

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

Shades of Eucalyptus #229B5A

Tints of Eucalyptus #229B5A

Color information

#229B5A (or 0x229B5A) is unknown color: approx Eucalyptus. HEX triplet: 22, 9B and 5A. RGB value is (34,155,90). Sum of RGB (Red+Green+Blue) = 34+155+90=279 (36% of max value = 765). Red value is 34 (13.67% from 255 or 12.19% from 279); Green value is 155 (60.94% from 255 or 55.56% from 279); Blue value is 90 (35.55% from 255 or 32.26% from 279); Max value from RGB is 155 - color contains mainly: green. Hex color #229B5A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #229B5A is #DD64A5. Grayscale: #6F6F6F. Windows color (decimal): -14509222 or 5937954. OLE color: 5937954.

HSL color Cylindrical-coordinate representation of color #229B5A: hue angle of 147.77º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #229B5A is Cyan = 0.78, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.39.

Color convert

RGB3415590-
CMYK0.7800.420.39
HSL147.77º64.02%37.06%-
HSV(B)147.77º78.06%60.78%-
XYZ14.2324.5213.66-
YUV111.41115.9172.79-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 12.19%
GREEN value IS 155 (60.94% from 255) = 55.56%
BLUE value IS 90 (35.55% from 255) = 32.26%
R=12.19%
G=55.56%
B=32.26%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal34155900.7800.420.39147.7764.0237.06
Hex229B5A4E02A27944025
Octal422331321160524722410045
Binary10001010011011101101010011100101010100111100101001000000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #229B5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,155,90); }

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

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

 a { background-color: rgb(34,155,90); }

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

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

 span { border-color: rgb(34,155,90); }

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