Shades of Green Vogue #214150
Tints of Green Vogue #214150
RGB
CMYK
RGB Variations
Color information
#214150 (or 0x214150) is known color: Green Vogue. HEX triplet: 21, 41 and 50. RGB value is (33,65,80). Sum of RGB (Red+Green+Blue) = 33+65+80=178 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.54% from 178); Green value is 65 (25.78% from 255 or 36.52% from 178); Blue value is 80 (31.64% from 255 or 44.94% from 178); Max value from RGB is 80 - color contains mainly: blue. Hex color #214150 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214150 is #DEBEAF. Grayscale: #393939. Windows color (decimal): -14597808 or 5259553. OLE color: 5259553.
HSL color Cylindrical-coordinate representation of color #214150: hue angle of 199.15º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #214150 is Cyan = 0.59, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 33 | 65 | 80 | - |
| CMYK | 0.59 | 0.19 | 0 | 0.69 |
| HSL | 199.15º | 0.42% | 0.22% | - |
| HSV(B) | 199.15º | 0.59% | 0.31% | - |
| XYZ | 3.97 | 4.68 | 8.28 | - |
| YUV | 57.14 | 140.9 | 110.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 65 | 80 | 0.59 | 0.19 | 0 | 0.69 | 199.15 | 0.42 | 0.22 |
| Hex | 21 | 41 | 50 | 3B | 13 | 0 | 45 | C7 | 2A | 16 |
| Octal | 41 | 101 | 120 | 73 | 23 | 0 | 105 | 307 | 52 | 26 |
| Binary | 100001 | 1000001 | 1010000 | 111011 | 10011 | 0 | 1000101 | 11000111 | 101010 | 10110 |
Color Harmonies of #214150
Complementary color
Monochromatic Colors of #214150
Black with #214150
Text Example
Text Example
White with #214150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214150; }
p { color: rgb(33,65,80); }
H1.HeaderClassName
{
color: #214150;
}
.AnyTagClassName
{
color: #214150;
}
</style>
background-color css
<style>
a { background-color: #214150; }
a { background-color: rgb(33,65,80); }
div.DivClassName
{
background-color: #214150;
}
.BgClassName
{
background-color: #214150;
}
</style>
border-color css
<style>
span { border-color: #214150; }
span { border-color: rgb(33,65,80); }
td.TdClassName
{
border-color: #214150;
}
.TagClassName
{
border-color: #214150;
}
</style>