Shades of Green Vogue #28444B
Tints of Green Vogue #28444B
RGB
CMYK
RGB Variations
Color information
#28444B (or 0x28444B) is known color: Green Vogue. HEX triplet: 28, 44 and 4B. RGB value is (40,68,75). Sum of RGB (Red+Green+Blue) = 40+68+75=183 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.86% from 183); Green value is 68 (26.95% from 255 or 37.16% from 183); Blue value is 75 (29.69% from 255 or 40.98% from 183); Max value from RGB is 75 - color contains mainly: blue. Hex color #28444B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28444B is #D7BBB4. Grayscale: #3C3C3C. Windows color (decimal): -14138293 or 4932648. OLE color: 4932648.
HSL color Cylindrical-coordinate representation of color #28444B: hue angle of 192º 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 #28444B is Cyan = 0.47, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 40 | 68 | 75 | - |
| CMYK | 0.47 | 0.09 | 0 | 0.71 |
| HSL | 192º | 0.3% | 0.23% | - |
| HSV(B) | 192º | 0.47% | 0.29% | - |
| XYZ | 4.21 | 5.09 | 7.42 | - |
| YUV | 60.43 | 136.22 | 113.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 68 | 75 | 0.47 | 0.09 | 0 | 0.71 | 192 | 0.3 | 0.23 |
| Hex | 28 | 44 | 4B | 2F | 9 | 0 | 47 | C0 | 1E | 17 |
| Octal | 50 | 104 | 113 | 57 | 11 | 0 | 107 | 300 | 36 | 27 |
| Binary | 101000 | 1000100 | 1001011 | 101111 | 1001 | 0 | 1000111 | 11000000 | 11110 | 10111 |
Color Harmonies of #28444B
Complementary color
Monochromatic Colors of #28444B
Black with #28444B
Text Example
Text Example
White with #28444B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28444B; }
p { color: rgb(40,68,75); }
H1.HeaderClassName
{
color: #28444B;
}
.AnyTagClassName
{
color: #28444B;
}
</style>
background-color css
<style>
a { background-color: #28444B; }
a { background-color: rgb(40,68,75); }
div.DivClassName
{
background-color: #28444B;
}
.BgClassName
{
background-color: #28444B;
}
</style>
border-color css
<style>
span { border-color: #28444B; }
span { border-color: rgb(40,68,75); }
td.TdClassName
{
border-color: #28444B;
}
.TagClassName
{
border-color: #28444B;
}
</style>