Shades of Green Vogue #1E3F48
Tints of Green Vogue #1E3F48
RGB
CMYK
RGB Variations
Color information
#1E3F48 (or 0x1E3F48) is known color: Green Vogue. HEX triplet: 1E, 3F and 48. RGB value is (30,63,72). Sum of RGB (Red+Green+Blue) = 30+63+72=165 (21% of max value = 765). Red value is 30 (12.11% from 255 or 18.18% from 165); Green value is 63 (25% from 255 or 38.18% from 165); Blue value is 72 (28.52% from 255 or 43.64% from 165); Max value from RGB is 72 - color contains mainly: blue. Hex color #1E3F48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E3F48 is #E1C0B7. Grayscale: #363636. Windows color (decimal): -14794936 or 4734750. OLE color: 4734750.
HSL color Cylindrical-coordinate representation of color #1E3F48: hue angle of 192.86º 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 #1E3F48 is Cyan = 0.58, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 30 | 63 | 72 | - |
| CMYK | 0.58 | 0.12 | 0 | 0.72 |
| HSL | 192.86º | 0.41% | 0.2% | - |
| HSV(B) | 192.86º | 0.58% | 0.28% | - |
| XYZ | 3.48 | 4.3 | 6.78 | - |
| YUV | 54.16 | 138.07 | 110.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 63 | 72 | 0.58 | 0.12 | 0 | 0.72 | 192.86 | 0.41 | 0.2 |
| Hex | 1E | 3F | 48 | 3A | C | 0 | 48 | C1 | 29 | 14 |
| Octal | 36 | 77 | 110 | 72 | 14 | 0 | 110 | 301 | 51 | 24 |
| Binary | 11110 | 111111 | 1001000 | 111010 | 1100 | 0 | 1001000 | 11000001 | 101001 | 10100 |
Color Harmonies of #1E3F48
Complementary color
Monochromatic Colors of #1E3F48
Black with #1E3F48
Text Example
Text Example
White with #1E3F48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E3F48; }
p { color: rgb(30,63,72); }
H1.HeaderClassName
{
color: #1E3F48;
}
.AnyTagClassName
{
color: #1E3F48;
}
</style>
background-color css
<style>
a { background-color: #1E3F48; }
a { background-color: rgb(30,63,72); }
div.DivClassName
{
background-color: #1E3F48;
}
.BgClassName
{
background-color: #1E3F48;
}
</style>
border-color css
<style>
span { border-color: #1E3F48; }
span { border-color: rgb(30,63,72); }
td.TdClassName
{
border-color: #1E3F48;
}
.TagClassName
{
border-color: #1E3F48;
}
</style>