Shades of Rangoon Green #1F2511
Tints of Rangoon Green #1F2511
RGB
CMYK
RGB Variations
Color information
#1F2511 (or 0x1F2511) is known color: Rangoon Green. HEX triplet: 1F, 25 and 11. RGB value is (31,37,17). Sum of RGB (Red+Green+Blue) = 31+37+17=85 (11% of max value = 765). Red value is 31 (12.5% from 255 or 36.47% from 85); Green value is 37 (14.84% from 255 or 43.53% from 85); Blue value is 17 (7.03% from 255 or 20% from 85); Max value from RGB is 37 - color contains mainly: green. Hex color #1F2511 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F2511 is #E0DAEE. Grayscale: #202020. Windows color (decimal): -14736111 or 1123615. OLE color: 1123615.
HSL color Cylindrical-coordinate representation of color #1F2511: hue angle of 78º degrees, saturation: 0.37, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #1F2511 is Cyan = 0.16, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 31 | 37 | 17 | - |
| CMYK | 0.16 | 0 | 0.54 | 0.85 |
| HSL | 78º | 0.37% | 0.11% | - |
| HSV(B) | 78º | 0.54% | 0.15% | - |
| XYZ | 1.33 | 1.65 | 0.78 | - |
| YUV | 32.93 | 119.01 | 126.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 37 | 17 | 0.16 | 0 | 0.54 | 0.85 | 78 | 0.37 | 0.11 |
| Hex | 1F | 25 | 11 | 10 | 0 | 36 | 55 | 4E | 25 | B |
| Octal | 37 | 45 | 21 | 20 | 0 | 66 | 125 | 116 | 45 | 13 |
| Binary | 11111 | 100101 | 10001 | 10000 | 0 | 110110 | 1010101 | 1001110 | 100101 | 1011 |
Color Harmonies of #1F2511
Complementary color
Monochromatic Colors of #1F2511
Black with #1F2511
Text Example
Text Example
White with #1F2511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F2511; }
p { color: rgb(31,37,17); }
H1.HeaderClassName
{
color: #1F2511;
}
.AnyTagClassName
{
color: #1F2511;
}
</style>
background-color css
<style>
a { background-color: #1F2511; }
a { background-color: rgb(31,37,17); }
div.DivClassName
{
background-color: #1F2511;
}
.BgClassName
{
background-color: #1F2511;
}
</style>
border-color css
<style>
span { border-color: #1F2511; }
span { border-color: rgb(31,37,17); }
td.TdClassName
{
border-color: #1F2511;
}
.TagClassName
{
border-color: #1F2511;
}
</style>