#228172

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

Shades of Elm #228172

Tints of Elm #228172

Color information

#228172 (or 0x228172) is unknown color: approx Elm. HEX triplet: 22, 81 and 72. RGB value is (34,129,114). Sum of RGB (Red+Green+Blue) = 34+129+114=277 (36% of max value = 765). Red value is 34 (13.67% from 255 or 12.27% from 277); Green value is 129 (50.78% from 255 or 46.57% from 277); Blue value is 114 (44.92% from 255 or 41.16% from 277); Max value from RGB is 129 - color contains mainly: green. Hex color #228172 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #228172 is #DD7E8D. Grayscale: #626262. Windows color (decimal): -14515854 or 7504162. OLE color: 7504162.

HSL color Cylindrical-coordinate representation of color #228172: hue angle of 170.53º degrees, saturation: 0.58, 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 #228172 is Cyan = 0.74, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.49.

Color convert

RGB34129114-
CMYK0.7400.120.49
HSL170.53º58.28%31.96%-
HSV(B)170.53º73.64%50.59%-
XYZ11.5517.2618.64-
YUV98.88136.5381.72-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 12.27%
GREEN value IS 129 (50.78% from 255) = 46.57%
BLUE value IS 114 (44.92% from 255) = 41.16%
R=12.27%
G=46.57%
B=41.16%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal341291140.7400.120.49170.5358.2831.96
Hex2281724A0C31ab3a20
Octal42201162112014612537240
Binary10001010000001111001010010100110011000110101011111010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #228172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #228172; }

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

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

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

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

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

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

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

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