Shades of Green Vogue #284249
Tints of Green Vogue #284249
RGB
CMYK
RGB Variations
Color information
#284249 (or 0x284249) is known color: Green Vogue. HEX triplet: 28, 42 and 49. RGB value is (40,66,73). Sum of RGB (Red+Green+Blue) = 40+66+73=179 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.35% from 179); Green value is 66 (26.17% from 255 or 36.87% from 179); Blue value is 73 (28.91% from 255 or 40.78% from 179); Max value from RGB is 73 - color contains mainly: blue. Hex color #284249 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #284249 is #D7BDB6. Grayscale: #3A3A3A. Windows color (decimal): -14138807 or 4801064. OLE color: 4801064.
HSL color Cylindrical-coordinate representation of color #284249: hue angle of 192.73º degrees, saturation: 0.29, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #284249 is Cyan = 0.45, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 40 | 66 | 73 | - |
| CMYK | 0.45 | 0.10 | 0 | 0.71 |
| HSL | 192.73º | 0.29% | 0.22% | - |
| HSV(B) | 192.73º | 0.45% | 0.29% | - |
| XYZ | 4.03 | 4.83 | 7.02 | - |
| YUV | 59.02 | 135.89 | 114.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 66 | 73 | 0.45 | 0.10 | 0 | 0.71 | 192.73 | 0.29 | 0.22 |
| Hex | 28 | 42 | 49 | 2D | A | 0 | 47 | C1 | 1D | 16 |
| Octal | 50 | 102 | 111 | 55 | 12 | 0 | 107 | 301 | 35 | 26 |
| Binary | 101000 | 1000010 | 1001001 | 101101 | 1010 | 0 | 1000111 | 11000001 | 11101 | 10110 |
Color Harmonies of #284249
Complementary color
Monochromatic Colors of #284249
Black with #284249
Text Example
Text Example
White with #284249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #284249; }
p { color: rgb(40,66,73); }
H1.HeaderClassName
{
color: #284249;
}
.AnyTagClassName
{
color: #284249;
}
</style>
background-color css
<style>
a { background-color: #284249; }
a { background-color: rgb(40,66,73); }
div.DivClassName
{
background-color: #284249;
}
.BgClassName
{
background-color: #284249;
}
</style>
border-color css
<style>
span { border-color: #284249; }
span { border-color: rgb(40,66,73); }
td.TdClassName
{
border-color: #284249;
}
.TagClassName
{
border-color: #284249;
}
</style>