Shades of Green Vogue #214353
Tints of Green Vogue #214353
RGB
CMYK
RGB Variations
Color information
#214353 (or 0x214353) is known color: Green Vogue. HEX triplet: 21, 43 and 53. RGB value is (33,67,83). Sum of RGB (Red+Green+Blue) = 33+67+83=183 (24% of max value = 765). Red value is 33 (13.28% from 255 or 18.03% from 183); Green value is 67 (26.56% from 255 or 36.61% from 183); Blue value is 83 (32.81% from 255 or 45.36% from 183); Max value from RGB is 83 - color contains mainly: blue. Hex color #214353 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214353 is #DEBCAC. Grayscale: #3A3A3A. Windows color (decimal): -14597293 or 5456673. OLE color: 5456673.
HSL color Cylindrical-coordinate representation of color #214353: hue angle of 199.2º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #214353 is Cyan = 0.60, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 33 | 67 | 83 | - |
| CMYK | 0.60 | 0.19 | 0 | 0.67 |
| HSL | 199.2º | 0.43% | 0.23% | - |
| HSV(B) | 199.2º | 0.6% | 0.33% | - |
| XYZ | 4.2 | 4.96 | 8.92 | - |
| YUV | 58.66 | 141.74 | 109.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 67 | 83 | 0.60 | 0.19 | 0 | 0.67 | 199.2 | 0.43 | 0.23 |
| Hex | 21 | 43 | 53 | 3C | 13 | 0 | 43 | C7 | 2B | 17 |
| Octal | 41 | 103 | 123 | 74 | 23 | 0 | 103 | 307 | 53 | 27 |
| Binary | 100001 | 1000011 | 1010011 | 111100 | 10011 | 0 | 1000011 | 11000111 | 101011 | 10111 |
Color Harmonies of #214353
Complementary color
Monochromatic Colors of #214353
Black with #214353
Text Example
Text Example
White with #214353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214353; }
p { color: rgb(33,67,83); }
H1.HeaderClassName
{
color: #214353;
}
.AnyTagClassName
{
color: #214353;
}
</style>
background-color css
<style>
a { background-color: #214353; }
a { background-color: rgb(33,67,83); }
div.DivClassName
{
background-color: #214353;
}
.BgClassName
{
background-color: #214353;
}
</style>
border-color css
<style>
span { border-color: #214353; }
span { border-color: rgb(33,67,83); }
td.TdClassName
{
border-color: #214353;
}
.TagClassName
{
border-color: #214353;
}
</style>