#228E81

Color #228E81 Elm (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Elm #228E81

Tints of Elm #228E81

Color information

#228E81 (or 0x228E81) is unknown color: approx Elm. HEX triplet: 22, 8E and 81. RGB value is (34,142,129). Sum of RGB (Red+Green+Blue) = 34+142+129=305 (40% of max value = 765). Red value is 34 (13.67% from 255 or 11.15% from 305); Green value is 142 (55.86% from 255 or 46.56% from 305); Blue value is 129 (50.78% from 255 or 42.30% from 305); Max value from RGB is 142 - color contains mainly: green. Hex color #228E81 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #228E81 is #DD717E. Grayscale: #6C6C6C. Windows color (decimal): -14512511 or 8490530. OLE color: 8490530.

HSL color Cylindrical-coordinate representation of color #228E81: hue angle of 172.78º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #228E81 is Cyan = 0.76, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.44.

Color convert

RGB34142129-
CMYK0.7600.090.44
HSL172.78º61.36%34.51%-
HSV(B)172.78º76.06%55.69%-
XYZ14.321.2724.12-
YUV108.23139.7275.06-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 11.15%
GREEN value IS 142 (55.86% from 255) = 46.56%
BLUE value IS 129 (50.78% from 255) = 42.30%
R=11.15%
G=46.56%
B=42.30%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal341421290.7600.090.44172.7861.3634.51
Hex228E814C092Cad3d23
Octal42216201114011542557543
Binary100010100011101000000110011000100110110010101101111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #228E81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #228E81; }

 p { color: rgb(34,142,129); }

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

<style>
 a { background-color: #228E81; }

 a { background-color: rgb(34,142,129); }

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

<style>
 span { border-color: #228E81; }

 span { border-color: rgb(34,142,129); }

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