Shades of Rangoon Green #191C12
Tints of Rangoon Green #191C12
RGB
CMYK
RGB Variations
Color information
#191C12 (or 0x191C12) is known color: Rangoon Green. HEX triplet: 19, 1C and 12. RGB value is (25,28,18). Sum of RGB (Red+Green+Blue) = 25+28+18=71 (9% of max value = 765). Red value is 25 (10.16% from 255 or 35.21% from 71); Green value is 28 (11.33% from 255 or 39.44% from 71); Blue value is 18 (7.42% from 255 or 25.35% from 71); Max value from RGB is 28 - color contains mainly: green. Hex color #191C12 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #191C12 is #E6E3ED. Grayscale: #1A1A1A. Windows color (decimal): -15131630 or 1186841. OLE color: 1186841.
HSL color Cylindrical-coordinate representation of color #191C12: hue angle of 78º degrees, saturation: 0.22, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #191C12 is Cyan = 0.11, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 25 | 28 | 18 | - |
| CMYK | 0.11 | 0 | 0.36 | 0.89 |
| HSL | 78º | 0.22% | 0.09% | - |
| HSV(B) | 78º | 0.36% | 0.11% | - |
| XYZ | 0.93 | 1.08 | 0.73 | - |
| YUV | 25.96 | 123.51 | 127.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 28 | 18 | 0.11 | 0 | 0.36 | 0.89 | 78 | 0.22 | 0.09 |
| Hex | 19 | 1C | 12 | B | 0 | 24 | 59 | 4E | 16 | 9 |
| Octal | 31 | 34 | 22 | 13 | 0 | 44 | 131 | 116 | 26 | 11 |
| Binary | 11001 | 11100 | 10010 | 1011 | 0 | 100100 | 1011001 | 1001110 | 10110 | 1001 |
Color Harmonies of #191C12
Complementary color
Monochromatic Colors of #191C12
Black with #191C12
Text Example
Text Example
White with #191C12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191C12; }
p { color: rgb(25,28,18); }
H1.HeaderClassName
{
color: #191C12;
}
.AnyTagClassName
{
color: #191C12;
}
</style>
background-color css
<style>
a { background-color: #191C12; }
a { background-color: rgb(25,28,18); }
div.DivClassName
{
background-color: #191C12;
}
.BgClassName
{
background-color: #191C12;
}
</style>
border-color css
<style>
span { border-color: #191C12; }
span { border-color: rgb(25,28,18); }
td.TdClassName
{
border-color: #191C12;
}
.TagClassName
{
border-color: #191C12;
}
</style>