Shades of Green Vogue #1B3D47
Tints of Green Vogue #1B3D47
RGB
CMYK
RGB Variations
Color information
#1B3D47 (or 0x1B3D47) is known color: Green Vogue. HEX triplet: 1B, 3D and 47. RGB value is (27,61,71). Sum of RGB (Red+Green+Blue) = 27+61+71=159 (21% of max value = 765). Red value is 27 (10.94% from 255 or 16.98% from 159); Green value is 61 (24.22% from 255 or 38.36% from 159); Blue value is 71 (28.12% from 255 or 44.65% from 159); Max value from RGB is 71 - color contains mainly: blue. Hex color #1B3D47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B3D47 is #E4C2B8. Grayscale: #333333. Windows color (decimal): -14992057 or 4668699. OLE color: 4668699.
HSL color Cylindrical-coordinate representation of color #1B3D47: hue angle of 193.64º 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 #1B3D47 is Cyan = 0.62, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 27 | 61 | 71 | - |
| CMYK | 0.62 | 0.14 | 0 | 0.72 |
| HSL | 193.64º | 0.45% | 0.19% | - |
| HSV(B) | 193.64º | 0.62% | 0.28% | - |
| XYZ | 3.26 | 4.03 | 6.57 | - |
| YUV | 51.97 | 138.74 | 110.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 61 | 71 | 0.62 | 0.14 | 0 | 0.72 | 193.64 | 0.45 | 0.19 |
| Hex | 1B | 3D | 47 | 3E | E | 0 | 48 | C2 | 2D | 13 |
| Octal | 33 | 75 | 107 | 76 | 16 | 0 | 110 | 302 | 55 | 23 |
| Binary | 11011 | 111101 | 1000111 | 111110 | 1110 | 0 | 1001000 | 11000010 | 101101 | 10011 |
Color Harmonies of #1B3D47
Complementary color
Monochromatic Colors of #1B3D47
Black with #1B3D47
Text Example
Text Example
White with #1B3D47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B3D47; }
p { color: rgb(27,61,71); }
H1.HeaderClassName
{
color: #1B3D47;
}
.AnyTagClassName
{
color: #1B3D47;
}
</style>
background-color css
<style>
a { background-color: #1B3D47; }
a { background-color: rgb(27,61,71); }
div.DivClassName
{
background-color: #1B3D47;
}
.BgClassName
{
background-color: #1B3D47;
}
</style>
border-color css
<style>
span { border-color: #1B3D47; }
span { border-color: rgb(27,61,71); }
td.TdClassName
{
border-color: #1B3D47;
}
.TagClassName
{
border-color: #1B3D47;
}
</style>