Html Css Color HEX #213F48 Green Vogue

📋 copy color: '#213F48'

red 33 ◦ green 63 ◦ blue 72

#213F48
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green Vogue #213F48

Tints of Green Vogue #213F48

RGB

 RED value IS 33 (13.28% from 255) = 19.64%

 GREEN value IS 63 (25% from 255) = 37.5%

 BLUE value IS 72 (28.52% from 255) = 42.86%

R = 19.64%
G = 37.5%
B = 42.86%

CMYK

 C value IS 0.54

 M value IS 0.12

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#213F48 (or 0x213F48) is known color: Green Vogue. HEX triplet: 21, 3F and 48. RGB value is (33,63,72). Sum of RGB (Red+Green+Blue) = 33+63+72=168 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.64% from 168); Green value is 63 (25% from 255 or 37.5% from 168); Blue value is 72 (28.52% from 255 or 42.86% from 168); Max value from RGB is 72 - color contains mainly: blue. Hex color #213F48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213F48 is #DEC0B7. Grayscale: #363636. Windows color (decimal): -14598328 or 4734753. OLE color: 4734753.

HSL color Cylindrical-coordinate representation of color #213F48: hue angle of 193.85º 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 #213F48 is Cyan = 0.54, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 33 63 72 -
CMYK 0.54 0.12 0 0.72
HSL 193.85º 0.37% 0.21% -
HSV(B) 193.85º 0.54% 0.28% -
XYZ 3.57 4.35 6.78 -
YUV 55.06 137.56 112.27 -
System Red Green Blue C M Y K H S L
Decimal 33 63 72 0.54 0.12 0 0.72 193.85 0.37 0.21
Hex 21 3F 48 36 C 0 48 C2 25 15
Octal 41 77 110 66 14 0 110 302 45 25
Binary 100001 111111 1001000 110110 1100 0 1001000 11000010 100101 10101

Color Harmonies of #213F48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213F48

Black with #213F48

Text Example


Text Example

White with #213F48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #213F48;
 }
 .AnyTagClassName
 {
   color: #213F48;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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