Shades of Green Vogue #28404B
Tints of Green Vogue #28404B
RGB
CMYK
RGB Variations
Color information
#28404B (or 0x28404B) is known color: Green Vogue. HEX triplet: 28, 40 and 4B. RGB value is (40,64,75). Sum of RGB (Red+Green+Blue) = 40+64+75=179 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.35% from 179); Green value is 64 (25.39% from 255 or 35.75% from 179); Blue value is 75 (29.69% from 255 or 41.90% from 179); Max value from RGB is 75 - color contains mainly: blue. Hex color #28404B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28404B is #D7BFB4. Grayscale: #3A3A3A. Windows color (decimal): -14139317 or 4931624. OLE color: 4931624.
HSL color Cylindrical-coordinate representation of color #28404B: hue angle of 198.86º degrees, saturation: 0.3, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #28404B is Cyan = 0.47, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 40 | 64 | 75 | - |
| CMYK | 0.47 | 0.15 | 0 | 0.71 |
| HSL | 198.86º | 0.3% | 0.23% | - |
| HSV(B) | 198.86º | 0.47% | 0.29% | - |
| XYZ | 3.98 | 4.63 | 7.34 | - |
| YUV | 58.08 | 137.55 | 115.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 64 | 75 | 0.47 | 0.15 | 0 | 0.71 | 198.86 | 0.3 | 0.23 |
| Hex | 28 | 40 | 4B | 2F | F | 0 | 47 | C7 | 1E | 17 |
| Octal | 50 | 100 | 113 | 57 | 17 | 0 | 107 | 307 | 36 | 27 |
| Binary | 101000 | 1000000 | 1001011 | 101111 | 1111 | 0 | 1000111 | 11000111 | 11110 | 10111 |
Color Harmonies of #28404B
Complementary color
Monochromatic Colors of #28404B
Black with #28404B
Text Example
Text Example
White with #28404B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28404B; }
p { color: rgb(40,64,75); }
H1.HeaderClassName
{
color: #28404B;
}
.AnyTagClassName
{
color: #28404B;
}
</style>
background-color css
<style>
a { background-color: #28404B; }
a { background-color: rgb(40,64,75); }
div.DivClassName
{
background-color: #28404B;
}
.BgClassName
{
background-color: #28404B;
}
</style>
border-color css
<style>
span { border-color: #28404B; }
span { border-color: rgb(40,64,75); }
td.TdClassName
{
border-color: #28404B;
}
.TagClassName
{
border-color: #28404B;
}
</style>