#228279

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

Shades of Elm #228279

Tints of Elm #228279

Color information

#228279 (or 0x228279) is unknown color: approx Elm. HEX triplet: 22, 82 and 79. RGB value is (34,130,121). Sum of RGB (Red+Green+Blue) = 34+130+121=285 (37% of max value = 765). Red value is 34 (13.67% from 255 or 11.93% from 285); Green value is 130 (51.17% from 255 or 45.61% from 285); Blue value is 121 (47.66% from 255 or 42.46% from 285); Max value from RGB is 130 - color contains mainly: green. Hex color #228279 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #228279 is #DD7D86. Grayscale: #646464. Windows color (decimal): -14515591 or 7963170. OLE color: 7963170.

HSL color Cylindrical-coordinate representation of color #228279: hue angle of 174.38º degrees, saturation: 0.59, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #228279 is Cyan = 0.74, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.49.

Color convert

RGB34130121-
CMYK0.7400.070.49
HSL174.38º58.54%32.16%-
HSV(B)174.38º73.85%50.98%-
XYZ12.0917.6920.87-
YUV100.27139.780.73-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 11.93%
GREEN value IS 130 (51.17% from 255) = 45.61%
BLUE value IS 121 (47.66% from 255) = 42.46%
R=11.93%
G=45.61%
B=42.46%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal341301210.7400.070.49174.3858.5432.16
Hex2282794A0731ae3b20
Octal4220217111207612567340
Binary1000101000001011110011001010011111000110101110111011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #228279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #228279; }

 p { color: rgb(34,130,121); }

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

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

 a { background-color: rgb(34,130,121); }

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

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

 span { border-color: rgb(34,130,121); }

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