Shades of Green Vogue #1B3E47
Tints of Green Vogue #1B3E47
RGB
CMYK
RGB Variations
Color information
#1B3E47 (or 0x1B3E47) is known color: Green Vogue. HEX triplet: 1B, 3E and 47. RGB value is (27,62,71). Sum of RGB (Red+Green+Blue) = 27+62+71=160 (21% of max value = 765). Red value is 27 (10.94% from 255 or 16.88% from 160); Green value is 62 (24.61% from 255 or 38.75% from 160); Blue value is 71 (28.12% from 255 or 44.38% from 160); Max value from RGB is 71 - color contains mainly: blue. Hex color #1B3E47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B3E47 is #E4C1B8. Grayscale: #343434. Windows color (decimal): -14991801 or 4668955. OLE color: 4668955.
HSL color Cylindrical-coordinate representation of color #1B3E47: hue angle of 192.27º degrees, saturation: 0.45, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #1B3E47 is Cyan = 0.62, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 27 | 62 | 71 | - |
| CMYK | 0.62 | 0.13 | 0 | 0.72 |
| HSL | 192.27º | 0.45% | 0.19% | - |
| HSV(B) | 192.27º | 0.62% | 0.28% | - |
| XYZ | 3.31 | 4.13 | 6.58 | - |
| YUV | 52.56 | 138.4 | 109.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 62 | 71 | 0.62 | 0.13 | 0 | 0.72 | 192.27 | 0.45 | 0.19 |
| Hex | 1B | 3E | 47 | 3E | D | 0 | 48 | C0 | 2D | 13 |
| Octal | 33 | 76 | 107 | 76 | 15 | 0 | 110 | 300 | 55 | 23 |
| Binary | 11011 | 111110 | 1000111 | 111110 | 1101 | 0 | 1001000 | 11000000 | 101101 | 10011 |
Color Harmonies of #1B3E47
Complementary color
Monochromatic Colors of #1B3E47
Black with #1B3E47
Text Example
Text Example
White with #1B3E47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B3E47; }
p { color: rgb(27,62,71); }
H1.HeaderClassName
{
color: #1B3E47;
}
.AnyTagClassName
{
color: #1B3E47;
}
</style>
background-color css
<style>
a { background-color: #1B3E47; }
a { background-color: rgb(27,62,71); }
div.DivClassName
{
background-color: #1B3E47;
}
.BgClassName
{
background-color: #1B3E47;
}
</style>
border-color css
<style>
span { border-color: #1B3E47; }
span { border-color: rgb(27,62,71); }
td.TdClassName
{
border-color: #1B3E47;
}
.TagClassName
{
border-color: #1B3E47;
}
</style>