Shades of Green Vogue #1E3E48
Tints of Green Vogue #1E3E48
RGB
CMYK
RGB Variations
Color information
#1E3E48 (or 0x1E3E48) is known color: Green Vogue. HEX triplet: 1E, 3E and 48. RGB value is (30,62,72). Sum of RGB (Red+Green+Blue) = 30+62+72=164 (21% of max value = 765). Red value is 30 (12.11% from 255 or 18.29% from 164); Green value is 62 (24.61% from 255 or 37.80% from 164); Blue value is 72 (28.52% from 255 or 43.90% from 164); Max value from RGB is 72 - color contains mainly: blue. Hex color #1E3E48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E3E48 is #E1C1B7. Grayscale: #353535. Windows color (decimal): -14795192 or 4734494. OLE color: 4734494.
HSL color Cylindrical-coordinate representation of color #1E3E48: hue angle of 194.29º degrees, saturation: 0.41, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #1E3E48 is Cyan = 0.58, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 30 | 62 | 72 | - |
| CMYK | 0.58 | 0.14 | 0 | 0.72 |
| HSL | 194.29º | 0.41% | 0.2% | - |
| HSV(B) | 194.29º | 0.58% | 0.28% | - |
| XYZ | 3.43 | 4.19 | 6.76 | - |
| YUV | 53.57 | 138.4 | 111.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 62 | 72 | 0.58 | 0.14 | 0 | 0.72 | 194.29 | 0.41 | 0.2 |
| Hex | 1E | 3E | 48 | 3A | E | 0 | 48 | C2 | 29 | 14 |
| Octal | 36 | 76 | 110 | 72 | 16 | 0 | 110 | 302 | 51 | 24 |
| Binary | 11110 | 111110 | 1001000 | 111010 | 1110 | 0 | 1001000 | 11000010 | 101001 | 10100 |
Color Harmonies of #1E3E48
Complementary color
Monochromatic Colors of #1E3E48
Black with #1E3E48
Text Example
Text Example
White with #1E3E48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E3E48; }
p { color: rgb(30,62,72); }
H1.HeaderClassName
{
color: #1E3E48;
}
.AnyTagClassName
{
color: #1E3E48;
}
</style>
background-color css
<style>
a { background-color: #1E3E48; }
a { background-color: rgb(30,62,72); }
div.DivClassName
{
background-color: #1E3E48;
}
.BgClassName
{
background-color: #1E3E48;
}
</style>
border-color css
<style>
span { border-color: #1E3E48; }
span { border-color: rgb(30,62,72); }
td.TdClassName
{
border-color: #1E3E48;
}
.TagClassName
{
border-color: #1E3E48;
}
</style>