#21887B

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

Shades of Elm #21887B

Tints of Elm #21887B

Color information

#21887B (or 0x21887B) is unknown color: approx Elm. HEX triplet: 21, 88 and 7B. RGB value is (33,136,123). Sum of RGB (Red+Green+Blue) = 33+136+123=292 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.30% from 292); Green value is 136 (53.52% from 255 or 46.58% from 292); Blue value is 123 (48.44% from 255 or 42.12% from 292); Max value from RGB is 136 - color contains mainly: green. Hex color #21887B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21887B is #DE7784. Grayscale: #676767. Windows color (decimal): -14579589 or 8095777. OLE color: 8095777.

HSL color Cylindrical-coordinate representation of color #21887B: hue angle of 172.43º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #21887B is Cyan = 0.76, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB33136123-
CMYK0.7600.100.47
HSL172.43º60.95%33.14%-
HSV(B)172.43º75.74%53.33%-
XYZ13.0119.3621.79-
YUV103.72138.8877.56-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.30%
GREEN value IS 136 (53.52% from 255) = 46.58%
BLUE value IS 123 (48.44% from 255) = 42.12%
R=11.30%
G=46.58%
B=42.12%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal331361230.7600.100.47172.4360.9533.14
Hex21887B4C0A2Fac3d21
Octal41210173114012572547541
Binary10000110001000111101110011000101010111110101100111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21887B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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