#214D4A

Color #214D4A Dark Slate Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Slate Grey #214D4A

Tints of Dark Slate Grey #214D4A

Color information

#214D4A (or 0x214D4A) is unknown color: approx Dark Slate Grey. HEX triplet: 21, 4D and 4A. RGB value is (33,77,74). Sum of RGB (Red+Green+Blue) = 33+77+74=184 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.93% from 184); Green value is 77 (30.47% from 255 or 41.85% from 184); Blue value is 74 (29.30% from 255 or 40.22% from 184); Max value from RGB is 77 - color contains mainly: green. Hex color #214D4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #214D4A is #DEB2B5. Grayscale: #3F3F3F. Windows color (decimal): -14594742 or 4869409. OLE color: 4869409.

HSL color Cylindrical-coordinate representation of color #214D4A: hue angle of 175.91º degrees, saturation: 0.4, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #214D4A is Cyan = 0.57, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.70.

Color convert

RGB337774-
CMYK0.5700.040.70
HSL175.91º40%21.57%-
HSV(B)175.91º57.14%30.2%-
XYZ4.526.137.42-
YUV63.5133.92106.24-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 17.93%
GREEN value IS 77 (30.47% from 255) = 41.85%
BLUE value IS 74 (29.30% from 255) = 40.22%
R=17.93%
G=41.85%
B=40.22%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3377740.5700.040.70175.914021.57
Hex214D4A390446b02816
Octal4111511271041062605026
Binary10000110011011001010111001010010001101011000010100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214D4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214D4A; }

 p { color: rgb(33,77,74); }

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

<style>
 a { background-color: #214D4A; }

 a { background-color: rgb(33,77,74); }

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

<style>
 span { border-color: #214D4A; }

 span { border-color: rgb(33,77,74); }

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