Shades of Green Vogue #1E4052
Tints of Green Vogue #1E4052
RGB
CMYK
RGB Variations
Color information
#1E4052 (or 0x1E4052) is known color: Green Vogue. HEX triplet: 1E, 40 and 52. RGB value is (30,64,82). Sum of RGB (Red+Green+Blue) = 30+64+82=176 (23% of max value = 765). Red value is 30 (12.11% from 255 or 17.05% from 176); Green value is 64 (25.39% from 255 or 36.36% from 176); Blue value is 82 (32.42% from 255 or 46.59% from 176); Max value from RGB is 82 - color contains mainly: blue. Hex color #1E4052 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E4052 is #E1BFAD. Grayscale: #373737. Windows color (decimal): -14794670 or 5390366. OLE color: 5390366.
HSL color Cylindrical-coordinate representation of color #1E4052: hue angle of 200.77º 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 #1E4052 is Cyan = 0.63, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 30 | 64 | 82 | - |
| CMYK | 0.63 | 0.22 | 0 | 0.68 |
| HSL | 200.77º | 0.46% | 0.22% | - |
| HSV(B) | 200.77º | 0.63% | 0.32% | - |
| XYZ | 3.89 | 4.55 | 8.66 | - |
| YUV | 55.89 | 142.74 | 109.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 64 | 82 | 0.63 | 0.22 | 0 | 0.68 | 200.77 | 0.46 | 0.22 |
| Hex | 1E | 40 | 52 | 3F | 16 | 0 | 44 | C9 | 2E | 16 |
| Octal | 36 | 100 | 122 | 77 | 26 | 0 | 104 | 311 | 56 | 26 |
| Binary | 11110 | 1000000 | 1010010 | 111111 | 10110 | 0 | 1000100 | 11001001 | 101110 | 10110 |
Color Harmonies of #1E4052
Complementary color
Monochromatic Colors of #1E4052
Black with #1E4052
Text Example
Text Example
White with #1E4052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E4052; }
p { color: rgb(30,64,82); }
H1.HeaderClassName
{
color: #1E4052;
}
.AnyTagClassName
{
color: #1E4052;
}
</style>
background-color css
<style>
a { background-color: #1E4052; }
a { background-color: rgb(30,64,82); }
div.DivClassName
{
background-color: #1E4052;
}
.BgClassName
{
background-color: #1E4052;
}
</style>
border-color css
<style>
span { border-color: #1E4052; }
span { border-color: rgb(30,64,82); }
td.TdClassName
{
border-color: #1E4052;
}
.TagClassName
{
border-color: #1E4052;
}
</style>