#21817B

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

Shades of Elm #21817B

Tints of Elm #21817B

Color information

#21817B (or 0x21817B) is unknown color: approx Elm. HEX triplet: 21, 81 and 7B. RGB value is (33,129,123). Sum of RGB (Red+Green+Blue) = 33+129+123=285 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.58% from 285); Green value is 129 (50.78% from 255 or 45.26% from 285); Blue value is 123 (48.44% from 255 or 43.16% from 285); Max value from RGB is 129 - color contains mainly: green. Hex color #21817B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21817B is #DE7E84. Grayscale: #636363. Windows color (decimal): -14581381 or 8093985. OLE color: 8093985.

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

Color convert

RGB33129123-
CMYK0.7400.050.49
HSL176.25º59.26%31.76%-
HSV(B)176.25º74.42%50.59%-
XYZ12.0517.4521.47-
YUV99.61141.280.49-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.58%
GREEN value IS 129 (50.78% from 255) = 45.26%
BLUE value IS 123 (48.44% from 255) = 43.16%
R=11.58%
G=45.26%
B=43.16%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal331291230.7400.050.49176.2559.2631.76
Hex21817B4A0531b03b20
Octal4120117311205612607340
Binary1000011000000111110111001010010111000110110000111011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21817B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21817B; }

 p { color: rgb(33,129,123); }

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

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

 a { background-color: rgb(33,129,123); }

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

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

 span { border-color: rgb(33,129,123); }

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