Shades of Green Vogue #1E4051
Tints of Green Vogue #1E4051
RGB
CMYK
RGB Variations
Color information
#1E4051 (or 0x1E4051) is known color: Green Vogue. HEX triplet: 1E, 40 and 51. RGB value is (30,64,81). Sum of RGB (Red+Green+Blue) = 30+64+81=175 (23% of max value = 765). Red value is 30 (12.11% from 255 or 17.14% from 175); Green value is 64 (25.39% from 255 or 36.57% from 175); Blue value is 81 (32.03% from 255 or 46.29% from 175); Max value from RGB is 81 - color contains mainly: blue. Hex color #1E4051 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E4051 is #E1BFAE. Grayscale: #373737. Windows color (decimal): -14794671 or 5324830. OLE color: 5324830.
HSL color Cylindrical-coordinate representation of color #1E4051: hue angle of 200º degrees, saturation: 0.46, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #1E4051 is Cyan = 0.63, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 30 | 64 | 81 | - |
| CMYK | 0.63 | 0.21 | 0 | 0.68 |
| HSL | 200º | 0.46% | 0.22% | - |
| HSV(B) | 200º | 0.63% | 0.32% | - |
| XYZ | 3.85 | 4.54 | 8.46 | - |
| YUV | 55.77 | 142.24 | 109.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 64 | 81 | 0.63 | 0.21 | 0 | 0.68 | 200 | 0.46 | 0.22 |
| Hex | 1E | 40 | 51 | 3F | 15 | 0 | 44 | C8 | 2E | 16 |
| Octal | 36 | 100 | 121 | 77 | 25 | 0 | 104 | 310 | 56 | 26 |
| Binary | 11110 | 1000000 | 1010001 | 111111 | 10101 | 0 | 1000100 | 11001000 | 101110 | 10110 |
Color Harmonies of #1E4051
Complementary color
Monochromatic Colors of #1E4051
Black with #1E4051
Text Example
Text Example
White with #1E4051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E4051; }
p { color: rgb(30,64,81); }
H1.HeaderClassName
{
color: #1E4051;
}
.AnyTagClassName
{
color: #1E4051;
}
</style>
background-color css
<style>
a { background-color: #1E4051; }
a { background-color: rgb(30,64,81); }
div.DivClassName
{
background-color: #1E4051;
}
.BgClassName
{
background-color: #1E4051;
}
</style>
border-color css
<style>
span { border-color: #1E4051; }
span { border-color: rgb(30,64,81); }
td.TdClassName
{
border-color: #1E4051;
}
.TagClassName
{
border-color: #1E4051;
}
</style>