#22827D

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

Shades of Elm #22827D

Tints of Elm #22827D

Color information

#22827D (or 0x22827D) is unknown color: approx Elm. HEX triplet: 22, 82 and 7D. RGB value is (34,130,125). Sum of RGB (Red+Green+Blue) = 34+130+125=289 (38% of max value = 765). Red value is 34 (13.67% from 255 or 11.76% from 289); Green value is 130 (51.17% from 255 or 44.98% from 289); Blue value is 125 (49.22% from 255 or 43.25% from 289); Max value from RGB is 130 - color contains mainly: green. Hex color #22827D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #22827D is #DD7D82. Grayscale: #646464. Windows color (decimal): -14515587 or 8225314. OLE color: 8225314.

HSL color Cylindrical-coordinate representation of color #22827D: hue angle of 176.88º 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 #22827D is Cyan = 0.74, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.49.

Color convert

RGB34130125-
CMYK0.7400.040.49
HSL176.88º58.54%32.16%-
HSV(B)176.88º73.85%50.98%-
XYZ12.3417.7922.18-
YUV100.73141.780.41-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 11.76%
GREEN value IS 130 (51.17% from 255) = 44.98%
BLUE value IS 125 (49.22% from 255) = 43.25%
R=11.76%
G=44.98%
B=43.25%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal341301250.7400.040.49176.8858.5432.16
Hex22827D4A0431b13b20
Octal4220217511204612617340
Binary1000101000001011111011001010010011000110110001111011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22827D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #22827D; }

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

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

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

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

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

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

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

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