Html Css Color HEX #214249 Green Vogue

📋 copy color: '#214249'

red 33 ◦ green 66 ◦ blue 73

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

Shades of Green Vogue #214249

Tints of Green Vogue #214249

RGB

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

 GREEN value IS 66 (26.17% from 255) = 38.37%

 BLUE value IS 73 (28.91% from 255) = 42.44%

R = 19.19%
G = 38.37%
B = 42.44%

CMYK

 C value IS 0.55

 M value IS 0.10

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#214249 (or 0x214249) is known color: Green Vogue. HEX triplet: 21, 42 and 49. RGB value is (33,66,73). Sum of RGB (Red+Green+Blue) = 33+66+73=172 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.19% from 172); Green value is 66 (26.17% from 255 or 38.37% from 172); Blue value is 73 (28.91% from 255 or 42.44% from 172); Max value from RGB is 73 - color contains mainly: blue. Hex color #214249 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214249 is #DEBDB6. Grayscale: #383838. Windows color (decimal): -14597559 or 4801057. OLE color: 4801057.

HSL color Cylindrical-coordinate representation of color #214249: hue angle of 190.5º 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 #214249 is Cyan = 0.55, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 33 66 73 -
CMYK 0.55 0.10 0 0.71
HSL 190.5º 0.38% 0.21% -
HSV(B) 190.5º 0.55% 0.29% -
XYZ 3.78 4.7 7.01 -
YUV 56.93 137.07 110.93 -
System Red Green Blue C M Y K H S L
Decimal 33 66 73 0.55 0.10 0 0.71 190.5 0.38 0.21
Hex 21 42 49 37 A 0 47 BE 26 15
Octal 41 102 111 67 12 0 107 276 46 25
Binary 100001 1000010 1001001 110111 1010 0 1000111 10111110 100110 10101

Color Harmonies of #214249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214249

Black with #214249

Text Example


Text Example

White with #214249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214249; }

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

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

background-color css

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

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

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

border-color css

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

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

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