Html Css Color HEX #214047 Green Vogue

📋 copy color: '#214047'

red 33 ◦ green 64 ◦ blue 71

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

Shades of Green Vogue #214047

Tints of Green Vogue #214047

RGB

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

 GREEN value IS 64 (25.39% from 255) = 38.1%

 BLUE value IS 71 (28.13% from 255) = 42.26%

R = 19.64%
G = 38.1%
B = 42.26%

CMYK

 C value IS 0.54

 M value IS 0.10

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#214047 (or 0x214047) is known color: Green Vogue. HEX triplet: 21, 40 and 47. RGB value is (33,64,71). Sum of RGB (Red+Green+Blue) = 33+64+71=168 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.64% from 168); Green value is 64 (25.39% from 255 or 38.10% from 168); Blue value is 71 (28.12% from 255 or 42.26% from 168); Max value from RGB is 71 - color contains mainly: blue. Hex color #214047 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214047 is #DEBFB8. Grayscale: #373737. Windows color (decimal): -14598073 or 4669473. OLE color: 4669473.

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

Color convert

RGB 33 64 71 -
CMYK 0.54 0.10 0 0.72
HSL 191.05º 0.37% 0.2% -
HSV(B) 191.05º 0.54% 0.28% -
XYZ 3.6 4.45 6.63 -
YUV 55.53 136.73 111.93 -
System Red Green Blue C M Y K H S L
Decimal 33 64 71 0.54 0.10 0 0.72 191.05 0.37 0.2
Hex 21 40 47 36 A 0 48 BF 25 14
Octal 41 100 107 66 12 0 110 277 45 24
Binary 100001 1000000 1000111 110110 1010 0 1001000 10111111 100101 10100

Color Harmonies of #214047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214047

Black with #214047

Text Example


Text Example

White with #214047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214047; }

 p { color: rgb(33,64,71); }

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

background-color css

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

 a { background-color: rgb(33,64,71); }

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

border-color css

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

 span { border-color: rgb(33,64,71); }

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