#214152

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

Shades of Green Vogue #214152

Tints of Green Vogue #214152

Color information

#214152 (or 0x214152) is unknown color: approx Green Vogue. HEX triplet: 21, 41 and 52. RGB value is (33,65,82). Sum of RGB (Red+Green+Blue) = 33+65+82=180 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.33% from 180); Green value is 65 (25.78% from 255 or 36.11% from 180); Blue value is 82 (32.42% from 255 or 45.56% from 180); Max value from RGB is 82 - color contains mainly: blue. Hex color #214152 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214152 is #DEBEAD. Grayscale: #393939. Windows color (decimal): -14597806 or 5390625. OLE color: 5390625.

HSL color Cylindrical-coordinate representation of color #214152: hue angle of 200.82º 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 #214152 is Cyan = 0.60, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB336582-
CMYK0.600.2100.68
HSL200.82º42.61%22.55%-
HSV(B)200.82º59.76%32.16%-
XYZ4.044.718.68-
YUV57.37141.9110.62-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 18.33%
GREEN value IS 65 (25.78% from 255) = 36.11%
BLUE value IS 82 (32.42% from 255) = 45.56%
R=18.33%
G=36.11%
B=45.56%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3365820.600.2100.68200.8242.6122.55
Hex2141523C15044c92b17
Octal41101122742501043115327
Binary1000011000001101001011110010101010001001100100110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214152; }

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

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

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

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

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

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

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

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