#228981

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

Shades of Elm #228981

Tints of Elm #228981

Color information

#228981 (or 0x228981) is unknown color: approx Elm. HEX triplet: 22, 89 and 81. RGB value is (34,137,129). Sum of RGB (Red+Green+Blue) = 34+137+129=300 (39% of max value = 765). Red value is 34 (13.67% from 255 or 11.33% from 300); Green value is 137 (53.91% from 255 or 45.67% from 300); Blue value is 129 (50.78% from 255 or 43% from 300); Max value from RGB is 137 - color contains mainly: green. Hex color #228981 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #228981 is #DD767E. Grayscale: #696969. Windows color (decimal): -14513791 or 8489250. OLE color: 8489250.

HSL color Cylindrical-coordinate representation of color #228981: hue angle of 175.34º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #228981 is Cyan = 0.75, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.46.

Color convert

RGB34137129-
CMYK0.7500.060.46
HSL175.34º60.23%33.53%-
HSV(B)175.34º75.18%53.73%-
XYZ13.5719.8223.88-
YUV105.29141.3877.15-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 11.33%
GREEN value IS 137 (53.91% from 255) = 45.67%
BLUE value IS 129 (50.78% from 255) = 43%
R=11.33%
G=45.67%
B=43%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal341371290.7500.060.46175.3460.2333.53
Hex2289814B062Eaf3c22
Octal4221120111306562577442
Binary10001010001001100000011001011011010111010101111111100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #228981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #228981; }

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

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

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

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

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

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

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

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