Shades of Green Vogue #284146
Tints of Green Vogue #284146
RGB
CMYK
RGB Variations
Color information
#284146 (or 0x284146) is known color: Green Vogue. HEX triplet: 28, 41 and 46. RGB value is (40,65,70). Sum of RGB (Red+Green+Blue) = 40+65+70=175 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.86% from 175); Green value is 65 (25.78% from 255 or 37.14% from 175); Blue value is 70 (27.73% from 255 or 40% from 175); Max value from RGB is 70 - color contains mainly: blue. Hex color #284146 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #284146 is #D7BEB9. Grayscale: #3A3A3A. Windows color (decimal): -14139066 or 4604200. OLE color: 4604200.
HSL color Cylindrical-coordinate representation of color #284146: hue angle of 190º degrees, saturation: 0.27, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #284146 is Cyan = 0.43, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 40 | 65 | 70 | - |
| CMYK | 0.43 | 0.07 | 0 | 0.73 |
| HSL | 190º | 0.27% | 0.22% | - |
| HSV(B) | 190º | 0.43% | 0.27% | - |
| XYZ | 3.87 | 4.67 | 6.49 | - |
| YUV | 58.1 | 134.72 | 115.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 65 | 70 | 0.43 | 0.07 | 0 | 0.73 | 190 | 0.27 | 0.22 |
| Hex | 28 | 41 | 46 | 2B | 7 | 0 | 49 | BE | 1B | 16 |
| Octal | 50 | 101 | 106 | 53 | 7 | 0 | 111 | 276 | 33 | 26 |
| Binary | 101000 | 1000001 | 1000110 | 101011 | 111 | 0 | 1001001 | 10111110 | 11011 | 10110 |
Color Harmonies of #284146
Complementary color
Monochromatic Colors of #284146
Black with #284146
Text Example
Text Example
White with #284146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #284146; }
p { color: rgb(40,65,70); }
H1.HeaderClassName
{
color: #284146;
}
.AnyTagClassName
{
color: #284146;
}
</style>
background-color css
<style>
a { background-color: #284146; }
a { background-color: rgb(40,65,70); }
div.DivClassName
{
background-color: #284146;
}
.BgClassName
{
background-color: #284146;
}
</style>
border-color css
<style>
span { border-color: #284146; }
span { border-color: rgb(40,65,70); }
td.TdClassName
{
border-color: #284146;
}
.TagClassName
{
border-color: #284146;
}
</style>