Shades of Green Vogue #28434C
Tints of Green Vogue #28434C
RGB
CMYK
RGB Variations
Color information
#28434C (or 0x28434C) is known color: Green Vogue. HEX triplet: 28, 43 and 4C. RGB value is (40,67,76). Sum of RGB (Red+Green+Blue) = 40+67+76=183 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.86% from 183); Green value is 67 (26.56% from 255 or 36.61% from 183); Blue value is 76 (30.08% from 255 or 41.53% from 183); Max value from RGB is 76 - color contains mainly: blue. Hex color #28434C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28434C is #D7BCB3. Grayscale: #3B3B3B. Windows color (decimal): -14138548 or 4997928. OLE color: 4997928.
HSL color Cylindrical-coordinate representation of color #28434C: hue angle of 195º degrees, saturation: 0.31, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #28434C is Cyan = 0.47, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 40 | 67 | 76 | - |
| CMYK | 0.47 | 0.12 | 0 | 0.70 |
| HSL | 195º | 0.31% | 0.23% | - |
| HSV(B) | 195º | 0.47% | 0.3% | - |
| XYZ | 4.19 | 4.99 | 7.58 | - |
| YUV | 59.95 | 137.05 | 113.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 67 | 76 | 0.47 | 0.12 | 0 | 0.70 | 195 | 0.31 | 0.23 |
| Hex | 28 | 43 | 4C | 2F | C | 0 | 46 | C3 | 1F | 17 |
| Octal | 50 | 103 | 114 | 57 | 14 | 0 | 106 | 303 | 37 | 27 |
| Binary | 101000 | 1000011 | 1001100 | 101111 | 1100 | 0 | 1000110 | 11000011 | 11111 | 10111 |
Color Harmonies of #28434C
Complementary color
Monochromatic Colors of #28434C
Black with #28434C
Text Example
Text Example
White with #28434C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28434C; }
p { color: rgb(40,67,76); }
H1.HeaderClassName
{
color: #28434C;
}
.AnyTagClassName
{
color: #28434C;
}
</style>
background-color css
<style>
a { background-color: #28434C; }
a { background-color: rgb(40,67,76); }
div.DivClassName
{
background-color: #28434C;
}
.BgClassName
{
background-color: #28434C;
}
</style>
border-color css
<style>
span { border-color: #28434C; }
span { border-color: rgb(40,67,76); }
td.TdClassName
{
border-color: #28434C;
}
.TagClassName
{
border-color: #28434C;
}
</style>