Shades of Green Vogue #21414A
Tints of Green Vogue #21414A
RGB
CMYK
RGB Variations
Color information
#21414A (or 0x21414A) is known color: Green Vogue. HEX triplet: 21, 41 and 4A. RGB value is (33,65,74). Sum of RGB (Red+Green+Blue) = 33+65+74=172 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.19% from 172); Green value is 65 (25.78% from 255 or 37.79% from 172); Blue value is 74 (29.30% from 255 or 43.02% from 172); Max value from RGB is 74 - color contains mainly: blue. Hex color #21414A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21414A is #DEBEB5. Grayscale: #383838. Windows color (decimal): -14597814 or 4866337. OLE color: 4866337.
HSL color Cylindrical-coordinate representation of color #21414A: hue angle of 193.17º degrees, saturation: 0.38, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #21414A is Cyan = 0.55, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 33 | 65 | 74 | - |
| CMYK | 0.55 | 0.12 | 0 | 0.71 |
| HSL | 193.17º | 0.38% | 0.21% | - |
| HSV(B) | 193.17º | 0.55% | 0.29% | - |
| XYZ | 3.75 | 4.6 | 7.17 | - |
| YUV | 56.46 | 137.9 | 111.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 65 | 74 | 0.55 | 0.12 | 0 | 0.71 | 193.17 | 0.38 | 0.21 |
| Hex | 21 | 41 | 4A | 37 | C | 0 | 47 | C1 | 26 | 15 |
| Octal | 41 | 101 | 112 | 67 | 14 | 0 | 107 | 301 | 46 | 25 |
| Binary | 100001 | 1000001 | 1001010 | 110111 | 1100 | 0 | 1000111 | 11000001 | 100110 | 10101 |
Color Harmonies of #21414A
Complementary color
Monochromatic Colors of #21414A
Black with #21414A
Text Example
Text Example
White with #21414A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21414A; }
p { color: rgb(33,65,74); }
H1.HeaderClassName
{
color: #21414A;
}
.AnyTagClassName
{
color: #21414A;
}
</style>
background-color css
<style>
a { background-color: #21414A; }
a { background-color: rgb(33,65,74); }
div.DivClassName
{
background-color: #21414A;
}
.BgClassName
{
background-color: #21414A;
}
</style>
border-color css
<style>
span { border-color: #21414A; }
span { border-color: rgb(33,65,74); }
td.TdClassName
{
border-color: #21414A;
}
.TagClassName
{
border-color: #21414A;
}
</style>