#214F4E

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

Shades of Dark Slate Grey #214F4E

Tints of Dark Slate Grey #214F4E

Color information

#214F4E (or 0x214F4E) is unknown color: approx Dark Slate Grey. HEX triplet: 21, 4F and 4E. RGB value is (33,79,78). Sum of RGB (Red+Green+Blue) = 33+79+78=190 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.37% from 190); Green value is 79 (31.25% from 255 or 41.58% from 190); Blue value is 78 (30.86% from 255 or 41.05% from 190); Max value from RGB is 79 - color contains mainly: green. Hex color #214F4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #214F4E is #DEB0B1. Grayscale: #414141. Windows color (decimal): -14594226 or 5132065. OLE color: 5132065.

HSL color Cylindrical-coordinate representation of color #214F4E: hue angle of 178.7º degrees, saturation: 0.41, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #214F4E is Cyan = 0.58, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.69.

Color convert

RGB337978-
CMYK0.5800.010.69
HSL178.7º41.07%21.96%-
HSV(B)178.7º58.23%30.98%-
XYZ4.86.478.2-
YUV65.13135.26105.08-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 17.37%
GREEN value IS 79 (31.25% from 255) = 41.58%
BLUE value IS 78 (30.86% from 255) = 41.05%
R=17.37%
G=41.58%
B=41.05%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3379780.5800.010.69178.741.0721.96
Hex214F4E3A0145b32916
Octal4111711672011052635126
Binary100001100111110011101110100110001011011001110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214F4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,79,78); }

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

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

 a { background-color: rgb(33,79,78); }

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

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

 span { border-color: rgb(33,79,78); }

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