Shades of Green Vogue #214351
Tints of Green Vogue #214351
RGB
CMYK
RGB Variations
Color information
#214351 (or 0x214351) is known color: Green Vogue. HEX triplet: 21, 43 and 51. RGB value is (33,67,81). Sum of RGB (Red+Green+Blue) = 33+67+81=181 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.23% from 181); Green value is 67 (26.56% from 255 or 37.02% from 181); Blue value is 81 (32.03% from 255 or 44.75% from 181); Max value from RGB is 81 - color contains mainly: blue. Hex color #214351 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214351 is #DEBCAE. Grayscale: #3A3A3A. Windows color (decimal): -14597295 or 5325601. OLE color: 5325601.
HSL color Cylindrical-coordinate representation of color #214351: hue angle of 197.5º 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 #214351 is Cyan = 0.59, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 33 | 67 | 81 | - |
| CMYK | 0.59 | 0.17 | 0 | 0.68 |
| HSL | 197.5º | 0.42% | 0.22% | - |
| HSV(B) | 197.5º | 0.59% | 0.32% | - |
| XYZ | 4.12 | 4.93 | 8.52 | - |
| YUV | 58.43 | 140.74 | 109.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 67 | 81 | 0.59 | 0.17 | 0 | 0.68 | 197.5 | 0.42 | 0.22 |
| Hex | 21 | 43 | 51 | 3B | 11 | 0 | 44 | C6 | 2A | 16 |
| Octal | 41 | 103 | 121 | 73 | 21 | 0 | 104 | 306 | 52 | 26 |
| Binary | 100001 | 1000011 | 1010001 | 111011 | 10001 | 0 | 1000100 | 11000110 | 101010 | 10110 |
Color Harmonies of #214351
Complementary color
Monochromatic Colors of #214351
Black with #214351
Text Example
Text Example
White with #214351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214351; }
p { color: rgb(33,67,81); }
H1.HeaderClassName
{
color: #214351;
}
.AnyTagClassName
{
color: #214351;
}
</style>
background-color css
<style>
a { background-color: #214351; }
a { background-color: rgb(33,67,81); }
div.DivClassName
{
background-color: #214351;
}
.BgClassName
{
background-color: #214351;
}
</style>
border-color css
<style>
span { border-color: #214351; }
span { border-color: rgb(33,67,81); }
td.TdClassName
{
border-color: #214351;
}
.TagClassName
{
border-color: #214351;
}
</style>