Shades of Rangoon Green #1F2119
Tints of Rangoon Green #1F2119
RGB
CMYK
RGB Variations
Color information
#1F2119 (or 0x1F2119) is known color: Rangoon Green. HEX triplet: 1F, 21 and 19. RGB value is (31,33,25). Sum of RGB (Red+Green+Blue) = 31+33+25=89 (11% of max value = 765). Red value is 31 (12.5% from 255 or 34.83% from 89); Green value is 33 (13.28% from 255 or 37.08% from 89); Blue value is 25 (10.16% from 255 or 28.09% from 89); Max value from RGB is 33 - color contains mainly: green. Hex color #1F2119 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F2119 is #E0DEE6. Grayscale: #1F1F1F. Windows color (decimal): -14737127 or 1646879. OLE color: 1646879.
HSL color Cylindrical-coordinate representation of color #1F2119: hue angle of 75º degrees, saturation: 0.14, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #1F2119 is Cyan = 0.06, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 31 | 33 | 25 | - |
| CMYK | 0.06 | 0 | 0.24 | 0.87 |
| HSL | 75º | 0.14% | 0.11% | - |
| HSV(B) | 75º | 0.24% | 0.13% | - |
| XYZ | 1.28 | 1.45 | 1.13 | - |
| YUV | 31.49 | 124.34 | 127.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 33 | 25 | 0.06 | 0 | 0.24 | 0.87 | 75 | 0.14 | 0.11 |
| Hex | 1F | 21 | 19 | 6 | 0 | 18 | 57 | 4B | E | B |
| Octal | 37 | 41 | 31 | 6 | 0 | 30 | 127 | 113 | 16 | 13 |
| Binary | 11111 | 100001 | 11001 | 110 | 0 | 11000 | 1010111 | 1001011 | 1110 | 1011 |
Color Harmonies of #1F2119
Complementary color
Monochromatic Colors of #1F2119
Black with #1F2119
Text Example
Text Example
White with #1F2119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F2119; }
p { color: rgb(31,33,25); }
H1.HeaderClassName
{
color: #1F2119;
}
.AnyTagClassName
{
color: #1F2119;
}
</style>
background-color css
<style>
a { background-color: #1F2119; }
a { background-color: rgb(31,33,25); }
div.DivClassName
{
background-color: #1F2119;
}
.BgClassName
{
background-color: #1F2119;
}
</style>
border-color css
<style>
span { border-color: #1F2119; }
span { border-color: rgb(31,33,25); }
td.TdClassName
{
border-color: #1F2119;
}
.TagClassName
{
border-color: #1F2119;
}
</style>