Shades of Green Vogue #284149
Tints of Green Vogue #284149
RGB
CMYK
RGB Variations
Color information
#284149 (or 0x284149) is known color: Green Vogue. HEX triplet: 28, 41 and 49. RGB value is (40,65,73). Sum of RGB (Red+Green+Blue) = 40+65+73=178 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.47% from 178); Green value is 65 (25.78% from 255 or 36.52% from 178); Blue value is 73 (28.91% from 255 or 41.01% from 178); Max value from RGB is 73 - color contains mainly: blue. Hex color #284149 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #284149 is #D7BEB6. Grayscale: #3A3A3A. Windows color (decimal): -14139063 or 4800808. OLE color: 4800808.
HSL color Cylindrical-coordinate representation of color #284149: hue angle of 194.55º 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 #284149 is Cyan = 0.45, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 40 | 65 | 73 | - |
| CMYK | 0.45 | 0.11 | 0 | 0.71 |
| HSL | 194.55º | 0.29% | 0.22% | - |
| HSV(B) | 194.55º | 0.45% | 0.29% | - |
| XYZ | 3.97 | 4.71 | 7 | - |
| YUV | 58.44 | 136.22 | 114.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 65 | 73 | 0.45 | 0.11 | 0 | 0.71 | 194.55 | 0.29 | 0.22 |
| Hex | 28 | 41 | 49 | 2D | B | 0 | 47 | C3 | 1D | 16 |
| Octal | 50 | 101 | 111 | 55 | 13 | 0 | 107 | 303 | 35 | 26 |
| Binary | 101000 | 1000001 | 1001001 | 101101 | 1011 | 0 | 1000111 | 11000011 | 11101 | 10110 |
Color Harmonies of #284149
Complementary color
Monochromatic Colors of #284149
Black with #284149
Text Example
Text Example
White with #284149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #284149; }
p { color: rgb(40,65,73); }
H1.HeaderClassName
{
color: #284149;
}
.AnyTagClassName
{
color: #284149;
}
</style>
background-color css
<style>
a { background-color: #284149; }
a { background-color: rgb(40,65,73); }
div.DivClassName
{
background-color: #284149;
}
.BgClassName
{
background-color: #284149;
}
</style>
border-color css
<style>
span { border-color: #284149; }
span { border-color: rgb(40,65,73); }
td.TdClassName
{
border-color: #284149;
}
.TagClassName
{
border-color: #284149;
}
</style>