#214252

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

Shades of Green Vogue #214252

Tints of Green Vogue #214252

Color information

#214252 (or 0x214252) is unknown color: approx Green Vogue. HEX triplet: 21, 42 and 52. RGB value is (33,66,82). Sum of RGB (Red+Green+Blue) = 33+66+82=181 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.23% from 181); Green value is 66 (26.17% from 255 or 36.46% from 181); Blue value is 82 (32.42% from 255 or 45.30% from 181); Max value from RGB is 82 - color contains mainly: blue. Hex color #214252 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214252 is #DEBDAD. Grayscale: #393939. Windows color (decimal): -14597550 or 5390881. OLE color: 5390881.

HSL color Cylindrical-coordinate representation of color #214252: hue angle of 199.59º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #214252 is Cyan = 0.60, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB336682-
CMYK0.600.2000.68
HSL199.59º42.61%22.55%-
HSV(B)199.59º59.76%32.16%-
XYZ4.14.838.7-
YUV57.96141.57110.2-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 18.23%
GREEN value IS 66 (26.17% from 255) = 36.46%
BLUE value IS 82 (32.42% from 255) = 45.30%
R=18.23%
G=36.46%
B=45.30%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3366820.600.2000.68199.5942.6122.55
Hex2142523C14044c82b17
Octal41102122742401043105327
Binary1000011000010101001011110010100010001001100100010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214252; }

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

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

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

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

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

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

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

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