#213E48

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

Shades of Green Vogue #213E48

Tints of Green Vogue #213E48

Color information

#213E48 (or 0x213E48) is unknown color: approx Green Vogue. HEX triplet: 21, 3E and 48. RGB value is (33,62,72). Sum of RGB (Red+Green+Blue) = 33+62+72=167 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.76% from 167); Green value is 62 (24.61% from 255 or 37.13% from 167); Blue value is 72 (28.52% from 255 or 43.11% from 167); Max value from RGB is 72 - color contains mainly: blue. Hex color #213E48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213E48 is #DEC1B7. Grayscale: #363636. Windows color (decimal): -14598584 or 4734497. OLE color: 4734497.

HSL color Cylindrical-coordinate representation of color #213E48: hue angle of 195.38º degrees, saturation: 0.37, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #213E48 is Cyan = 0.54, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB336272-
CMYK0.540.1400.72
HSL195.38º37.14%20.59%-
HSV(B)195.38º54.17%28.24%-
XYZ3.524.246.76-
YUV54.47137.89112.69-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 19.76%
GREEN value IS 62 (24.61% from 255) = 37.13%
BLUE value IS 72 (28.52% from 255) = 43.11%
R=19.76%
G=37.13%
B=43.11%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3362720.540.1400.72195.3837.1420.59
Hex213E4836E048c32515
Octal4176110661601103034525
Binary10000111111010010001101101110010010001100001110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213E48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,62,72); }

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

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

 a { background-color: rgb(33,62,72); }

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

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

 span { border-color: rgb(33,62,72); }

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