#214047

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

Shades of Green Vogue #214047

Tints of Green Vogue #214047

Color information

#214047 (or 0x214047) is unknown color: approx 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

RGB336471-
CMYK0.540.1000.72
HSL191.05º36.54%20.39%-
HSV(B)191.05º53.52%27.84%-
XYZ3.64.456.63-
YUV55.53136.73111.93-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 19.64%
GREEN value IS 64 (25.39% from 255) = 38.10%
BLUE value IS 71 (28.12% from 255) = 42.26%
R=19.64%
G=38.10%
B=42.26%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3364710.540.1000.72191.0536.5420.39
Hex21404736A048bf2514
Octal41100107661201102774524
Binary100001100000010001111101101010010010001011111110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>