#21827C

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

Shades of Elm #21827C

Tints of Elm #21827C

Color information

#21827C (or 0x21827C) is unknown color: approx Elm. HEX triplet: 21, 82 and 7C. RGB value is (33,130,124). Sum of RGB (Red+Green+Blue) = 33+130+124=287 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.50% from 287); Green value is 130 (51.17% from 255 or 45.30% from 287); Blue value is 124 (48.83% from 255 or 43.21% from 287); Max value from RGB is 130 - color contains mainly: green. Hex color #21827C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21827C is #DE7D83. Grayscale: #646464. Windows color (decimal): -14581124 or 8159777. OLE color: 8159777.

HSL color Cylindrical-coordinate representation of color #21827C: hue angle of 176.29º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #21827C is Cyan = 0.75, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB33130124-
CMYK0.7500.050.49
HSL176.29º59.51%31.96%-
HSV(B)176.29º74.62%50.98%-
XYZ12.2517.7421.85-
YUV100.31141.3679.99-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.50%
GREEN value IS 130 (51.17% from 255) = 45.30%
BLUE value IS 124 (48.83% from 255) = 43.21%
R=11.50%
G=45.30%
B=43.21%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal331301240.7500.050.49176.2959.5131.96
Hex21827C4B0531b03c20
Octal4120217411305612607440
Binary1000011000001011111001001011010111000110110000111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21827C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21827C; }

 p { color: rgb(33,130,124); }

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

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

 a { background-color: rgb(33,130,124); }

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

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

 span { border-color: rgb(33,130,124); }

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