#214251

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

Shades of Green Vogue #214251

Tints of Green Vogue #214251

Color information

#214251 (or 0x214251) is unknown color: approx Green Vogue. HEX triplet: 21, 42 and 51. RGB value is (33,66,81). Sum of RGB (Red+Green+Blue) = 33+66+81=180 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.33% from 180); Green value is 66 (26.17% from 255 or 36.67% from 180); Blue value is 81 (32.03% from 255 or 45% from 180); Max value from RGB is 81 - color contains mainly: blue. Hex color #214251 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214251 is #DEBDAE. Grayscale: #393939. Windows color (decimal): -14597551 or 5325345. OLE color: 5325345.

HSL color Cylindrical-coordinate representation of color #214251: hue angle of 198.75º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #214251 is Cyan = 0.59, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB336681-
CMYK0.590.1900.68
HSL198.75º42.11%22.35%-
HSV(B)198.75º59.26%31.76%-
XYZ4.064.818.5-
YUV57.84141.07110.28-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 18.33%
GREEN value IS 66 (26.17% from 255) = 36.67%
BLUE value IS 81 (32.03% from 255) = 45%
R=18.33%
G=36.67%
B=45%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3366810.590.1900.68198.7542.1122.35
Hex2142513B13044c72a16
Octal41102121732301043075226
Binary1000011000010101000111101110011010001001100011110101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214251; }

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

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

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

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

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

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

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

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