Shades of Green Vogue #1B4150
Tints of Green Vogue #1B4150
RGB
CMYK
RGB Variations
Color information
#1B4150 (or 0x1B4150) is known color: Green Vogue. HEX triplet: 1B, 41 and 50. RGB value is (27,65,80). Sum of RGB (Red+Green+Blue) = 27+65+80=172 (22% of max value = 765). Red value is 27 (10.94% from 255 or 15.70% from 172); Green value is 65 (25.78% from 255 or 37.79% from 172); Blue value is 80 (31.64% from 255 or 46.51% from 172); Max value from RGB is 80 - color contains mainly: blue. Hex color #1B4150 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B4150 is #E4BEAF. Grayscale: #373737. Windows color (decimal): -14991024 or 5259547. OLE color: 5259547.
HSL color Cylindrical-coordinate representation of color #1B4150: hue angle of 196.98º degrees, saturation: 0.5, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1B4150 is Cyan = 0.66, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 27 | 65 | 80 | - |
| CMYK | 0.66 | 0.19 | 0 | 0.69 |
| HSL | 196.98º | 0.5% | 0.21% | - |
| HSV(B) | 196.98º | 0.66% | 0.31% | - |
| XYZ | 3.79 | 4.59 | 8.28 | - |
| YUV | 55.35 | 141.91 | 107.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 65 | 80 | 0.66 | 0.19 | 0 | 0.69 | 196.98 | 0.5 | 0.21 |
| Hex | 1B | 41 | 50 | 42 | 13 | 0 | 45 | C5 | 32 | 15 |
| Octal | 33 | 101 | 120 | 102 | 23 | 0 | 105 | 305 | 62 | 25 |
| Binary | 11011 | 1000001 | 1010000 | 1000010 | 10011 | 0 | 1000101 | 11000101 | 110010 | 10101 |
Color Harmonies of #1B4150
Complementary color
Monochromatic Colors of #1B4150
Black with #1B4150
Text Example
Text Example
White with #1B4150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B4150; }
p { color: rgb(27,65,80); }
H1.HeaderClassName
{
color: #1B4150;
}
.AnyTagClassName
{
color: #1B4150;
}
</style>
background-color css
<style>
a { background-color: #1B4150; }
a { background-color: rgb(27,65,80); }
div.DivClassName
{
background-color: #1B4150;
}
.BgClassName
{
background-color: #1B4150;
}
</style>
border-color css
<style>
span { border-color: #1B4150; }
span { border-color: rgb(27,65,80); }
td.TdClassName
{
border-color: #1B4150;
}
.TagClassName
{
border-color: #1B4150;
}
</style>