Shades of Rangoon Green #191B14
Tints of Rangoon Green #191B14
RGB
CMYK
RGB Variations
Color information
#191B14 (or 0x191B14) is known color: Rangoon Green. HEX triplet: 19, 1B and 14. RGB value is (25,27,20). Sum of RGB (Red+Green+Blue) = 25+27+20=72 (9% of max value = 765). Red value is 25 (10.16% from 255 or 34.72% from 72); Green value is 27 (10.94% from 255 or 37.5% from 72); Blue value is 20 (8.20% from 255 or 27.78% from 72); Max value from RGB is 27 - color contains mainly: green. Hex color #191B14 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #191B14 is #E6E4EB. Grayscale: #191919. Windows color (decimal): -15131884 or 1317657. OLE color: 1317657.
HSL color Cylindrical-coordinate representation of color #191B14: hue angle of 77.14º degrees, saturation: 0.15, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #191B14 is Cyan = 0.07, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 25 | 27 | 20 | - |
| CMYK | 0.07 | 0 | 0.26 | 0.89 |
| HSL | 77.14º | 0.15% | 0.09% | - |
| HSV(B) | 77.14º | 0.26% | 0.11% | - |
| XYZ | 0.92 | 1.04 | 0.81 | - |
| YUV | 25.6 | 124.84 | 127.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 27 | 20 | 0.07 | 0 | 0.26 | 0.89 | 77.14 | 0.15 | 0.09 |
| Hex | 19 | 1B | 14 | 7 | 0 | 1A | 59 | 4D | F | 9 |
| Octal | 31 | 33 | 24 | 7 | 0 | 32 | 131 | 115 | 17 | 11 |
| Binary | 11001 | 11011 | 10100 | 111 | 0 | 11010 | 1011001 | 1001101 | 1111 | 1001 |
Color Harmonies of #191B14
Complementary color
Monochromatic Colors of #191B14
Black with #191B14
Text Example
Text Example
White with #191B14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191B14; }
p { color: rgb(25,27,20); }
H1.HeaderClassName
{
color: #191B14;
}
.AnyTagClassName
{
color: #191B14;
}
</style>
background-color css
<style>
a { background-color: #191B14; }
a { background-color: rgb(25,27,20); }
div.DivClassName
{
background-color: #191B14;
}
.BgClassName
{
background-color: #191B14;
}
</style>
border-color css
<style>
span { border-color: #191B14; }
span { border-color: rgb(25,27,20); }
td.TdClassName
{
border-color: #191B14;
}
.TagClassName
{
border-color: #191B14;
}
</style>