Shades of Green Vogue #143B47
Tints of Green Vogue #143B47
RGB
CMYK
RGB Variations
Color information
#143B47 (or 0x143B47) is known color: Green Vogue. HEX triplet: 14, 3B and 47. RGB value is (20,59,71). Sum of RGB (Red+Green+Blue) = 20+59+71=150 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.33% from 150); Green value is 59 (23.44% from 255 or 39.33% from 150); Blue value is 71 (28.12% from 255 or 47.33% from 150); Max value from RGB is 71 - color contains mainly: blue. Hex color #143B47 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143B47 is #EBC4B8. Grayscale: #303030. Windows color (decimal): -15451321 or 4668180. OLE color: 4668180.
HSL color Cylindrical-coordinate representation of color #143B47: hue angle of 194.12º degrees, saturation: 0.56, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #143B47 is Cyan = 0.72, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 20 | 59 | 71 | - |
| CMYK | 0.72 | 0.17 | 0 | 0.72 |
| HSL | 194.12º | 0.56% | 0.18% | - |
| HSV(B) | 194.12º | 0.72% | 0.28% | - |
| XYZ | 2.99 | 3.73 | 6.52 | - |
| YUV | 48.71 | 140.58 | 107.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 59 | 71 | 0.72 | 0.17 | 0 | 0.72 | 194.12 | 0.56 | 0.18 |
| Hex | 14 | 3B | 47 | 48 | 11 | 0 | 48 | C2 | 38 | 12 |
| Octal | 24 | 73 | 107 | 110 | 21 | 0 | 110 | 302 | 70 | 22 |
| Binary | 10100 | 111011 | 1000111 | 1001000 | 10001 | 0 | 1001000 | 11000010 | 111000 | 10010 |
Color Harmonies of #143B47
Complementary color
Monochromatic Colors of #143B47
Black with #143B47
Text Example
Text Example
White with #143B47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143B47; }
p { color: rgb(20,59,71); }
H1.HeaderClassName
{
color: #143B47;
}
.AnyTagClassName
{
color: #143B47;
}
</style>
background-color css
<style>
a { background-color: #143B47; }
a { background-color: rgb(20,59,71); }
div.DivClassName
{
background-color: #143B47;
}
.BgClassName
{
background-color: #143B47;
}
</style>
border-color css
<style>
span { border-color: #143B47; }
span { border-color: rgb(20,59,71); }
td.TdClassName
{
border-color: #143B47;
}
.TagClassName
{
border-color: #143B47;
}
</style>