#213F49

Color #213F49 Green Vogue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Vogue #213F49

Tints of Green Vogue #213F49

Color information

#213F49 (or 0x213F49) is unknown color: approx Green Vogue. HEX triplet: 21, 3F and 49. RGB value is (33,63,73). Sum of RGB (Red+Green+Blue) = 33+63+73=169 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.53% from 169); Green value is 63 (25% from 255 or 37.28% from 169); Blue value is 73 (28.91% from 255 or 43.20% from 169); Max value from RGB is 73 - color contains mainly: blue. Hex color #213F49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213F49 is #DEC0B6. Grayscale: #373737. Windows color (decimal): -14598327 or 4800289. OLE color: 4800289.

HSL color Cylindrical-coordinate representation of color #213F49: hue angle of 195º degrees, saturation: 0.38, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #213F49 is Cyan = 0.55, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB336373-
CMYK0.550.1400.71
HSL195º37.74%20.78%-
HSV(B)195º54.79%28.63%-
XYZ3.614.366.95-
YUV55.17138.06112.19-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 19.53%
GREEN value IS 63 (25% from 255) = 37.28%
BLUE value IS 73 (28.91% from 255) = 43.20%
R=19.53%
G=37.28%
B=43.20%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3363730.550.1400.7119537.7420.78
Hex213F4937E047c32615
Octal4177111671601073034625
Binary10000111111110010011101111110010001111100001110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213F49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213F49; }

 p { color: rgb(33,63,73); }

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

<style>
 a { background-color: #213F49; }

 a { background-color: rgb(33,63,73); }

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

<style>
 span { border-color: #213F49; }

 span { border-color: rgb(33,63,73); }

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