Shades of Green Vogue #28414A
Tints of Green Vogue #28414A
RGB
CMYK
RGB Variations
Color information
#28414A (or 0x28414A) is known color: Green Vogue. HEX triplet: 28, 41 and 4A. RGB value is (40,65,74). Sum of RGB (Red+Green+Blue) = 40+65+74=179 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.35% from 179); Green value is 65 (25.78% from 255 or 36.31% from 179); Blue value is 74 (29.30% from 255 or 41.34% from 179); Max value from RGB is 74 - color contains mainly: blue. Hex color #28414A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28414A is #D7BEB5. Grayscale: #3A3A3A. Windows color (decimal): -14139062 or 4866344. OLE color: 4866344.
HSL color Cylindrical-coordinate representation of color #28414A: hue angle of 195.88º degrees, saturation: 0.3, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #28414A is Cyan = 0.46, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 40 | 65 | 74 | - |
| CMYK | 0.46 | 0.12 | 0 | 0.71 |
| HSL | 195.88º | 0.3% | 0.22% | - |
| HSV(B) | 195.88º | 0.46% | 0.29% | - |
| XYZ | 4 | 4.73 | 7.18 | - |
| YUV | 58.55 | 136.72 | 114.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 65 | 74 | 0.46 | 0.12 | 0 | 0.71 | 195.88 | 0.3 | 0.22 |
| Hex | 28 | 41 | 4A | 2E | C | 0 | 47 | C4 | 1E | 16 |
| Octal | 50 | 101 | 112 | 56 | 14 | 0 | 107 | 304 | 36 | 26 |
| Binary | 101000 | 1000001 | 1001010 | 101110 | 1100 | 0 | 1000111 | 11000100 | 11110 | 10110 |
Color Harmonies of #28414A
Complementary color
Monochromatic Colors of #28414A
Black with #28414A
Text Example
Text Example
White with #28414A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28414A; }
p { color: rgb(40,65,74); }
H1.HeaderClassName
{
color: #28414A;
}
.AnyTagClassName
{
color: #28414A;
}
</style>
background-color css
<style>
a { background-color: #28414A; }
a { background-color: rgb(40,65,74); }
div.DivClassName
{
background-color: #28414A;
}
.BgClassName
{
background-color: #28414A;
}
</style>
border-color css
<style>
span { border-color: #28414A; }
span { border-color: rgb(40,65,74); }
td.TdClassName
{
border-color: #28414A;
}
.TagClassName
{
border-color: #28414A;
}
</style>