Shades of Green Vogue #28434E
Tints of Green Vogue #28434E
RGB
CMYK
RGB Variations
Color information
#28434E (or 0x28434E) is known color: Green Vogue. HEX triplet: 28, 43 and 4E. RGB value is (40,67,78). Sum of RGB (Red+Green+Blue) = 40+67+78=185 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.62% from 185); Green value is 67 (26.56% from 255 or 36.22% from 185); Blue value is 78 (30.86% from 255 or 42.16% from 185); Max value from RGB is 78 - color contains mainly: blue. Hex color #28434E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28434E is #D7BCB1. Grayscale: #3C3C3C. Windows color (decimal): -14138546 or 5129000. OLE color: 5129000.
HSL color Cylindrical-coordinate representation of color #28434E: hue angle of 197.37º degrees, saturation: 0.32, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #28434E is Cyan = 0.49, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 40 | 67 | 78 | - |
| CMYK | 0.49 | 0.14 | 0 | 0.69 |
| HSL | 197.37º | 0.32% | 0.23% | - |
| HSV(B) | 197.37º | 0.49% | 0.31% | - |
| XYZ | 4.26 | 5.02 | 7.95 | - |
| YUV | 60.18 | 138.05 | 113.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 67 | 78 | 0.49 | 0.14 | 0 | 0.69 | 197.37 | 0.32 | 0.23 |
| Hex | 28 | 43 | 4E | 31 | E | 0 | 45 | C5 | 20 | 17 |
| Octal | 50 | 103 | 116 | 61 | 16 | 0 | 105 | 305 | 40 | 27 |
| Binary | 101000 | 1000011 | 1001110 | 110001 | 1110 | 0 | 1000101 | 11000101 | 100000 | 10111 |
Color Harmonies of #28434E
Complementary color
Monochromatic Colors of #28434E
Black with #28434E
Text Example
Text Example
White with #28434E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28434E; }
p { color: rgb(40,67,78); }
H1.HeaderClassName
{
color: #28434E;
}
.AnyTagClassName
{
color: #28434E;
}
</style>
background-color css
<style>
a { background-color: #28434E; }
a { background-color: rgb(40,67,78); }
div.DivClassName
{
background-color: #28434E;
}
.BgClassName
{
background-color: #28434E;
}
</style>
border-color css
<style>
span { border-color: #28434E; }
span { border-color: rgb(40,67,78); }
td.TdClassName
{
border-color: #28434E;
}
.TagClassName
{
border-color: #28434E;
}
</style>