Shades of Rangoon Green #191F06
Tints of Rangoon Green #191F06
RGB
CMYK
RGB Variations
Color information
#191F06 (or 0x191F06) is known color: Rangoon Green. HEX triplet: 19, 1F and 06. RGB value is (25,31,6). Sum of RGB (Red+Green+Blue) = 25+31+6=62 (8% of max value = 765). Red value is 25 (10.16% from 255 or 40.32% from 62); Green value is 31 (12.5% from 255 or 50% from 62); Blue value is 6 (2.73% from 255 or 9.68% from 62); Max value from RGB is 31 - color contains mainly: green. Hex color #191F06 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #191F06 is #E6E0F9. Grayscale: #1A1A1A. Windows color (decimal): -15130874 or 401177. OLE color: 401177.
HSL color Cylindrical-coordinate representation of color #191F06: hue angle of 74.4º degrees, saturation: 0.68, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #191F06 is Cyan = 0.19, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 25 | 31 | 6 | - |
| CMYK | 0.19 | 0 | 0.81 | 0.88 |
| HSL | 74.4º | 0.68% | 0.07% | - |
| HSV(B) | 74.4º | 0.81% | 0.12% | - |
| XYZ | 0.92 | 1.2 | 0.36 | - |
| YUV | 26.36 | 116.51 | 127.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 31 | 6 | 0.19 | 0 | 0.81 | 0.88 | 74.4 | 0.68 | 0.07 |
| Hex | 19 | 1F | 6 | 13 | 0 | 51 | 58 | 4A | 44 | 7 |
| Octal | 31 | 37 | 6 | 23 | 0 | 121 | 130 | 112 | 104 | 7 |
| Binary | 11001 | 11111 | 110 | 10011 | 0 | 1010001 | 1011000 | 1001010 | 1000100 | 111 |
Color Harmonies of #191F06
Complementary color
Monochromatic Colors of #191F06
Black with #191F06
Text Example
Text Example
White with #191F06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191F06; }
p { color: rgb(25,31,6); }
H1.HeaderClassName
{
color: #191F06;
}
.AnyTagClassName
{
color: #191F06;
}
</style>
background-color css
<style>
a { background-color: #191F06; }
a { background-color: rgb(25,31,6); }
div.DivClassName
{
background-color: #191F06;
}
.BgClassName
{
background-color: #191F06;
}
</style>
border-color css
<style>
span { border-color: #191F06; }
span { border-color: rgb(25,31,6); }
td.TdClassName
{
border-color: #191F06;
}
.TagClassName
{
border-color: #191F06;
}
</style>