#22827F

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

Shades of Elm #22827F

Tints of Elm #22827F

Color information

#22827F (or 0x22827F) is unknown color: approx Elm. HEX triplet: 22, 82 and 7F. RGB value is (34,130,127). Sum of RGB (Red+Green+Blue) = 34+130+127=291 (38% of max value = 765). Red value is 34 (13.67% from 255 or 11.68% from 291); Green value is 130 (51.17% from 255 or 44.67% from 291); Blue value is 127 (50% from 255 or 43.64% from 291); Max value from RGB is 130 - color contains mainly: green. Hex color #22827F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #22827F is #DD7D80. Grayscale: #646464. Windows color (decimal): -14515585 or 8356386. OLE color: 8356386.

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

Color convert

RGB34130127-
CMYK0.7400.020.49
HSL178.12º58.54%32.16%-
HSV(B)178.12º73.85%50.98%-
XYZ12.4717.8422.86-
YUV100.95142.780.24-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 11.68%
GREEN value IS 130 (51.17% from 255) = 44.67%
BLUE value IS 127 (50% from 255) = 43.64%
R=11.68%
G=44.67%
B=43.64%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal341301270.7400.020.49178.1258.5432.16
Hex22827F4A0231b23b20
Octal4220217711202612627340
Binary100010100000101111111100101001011000110110010111011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22827F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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