Shades of Rangoon Green #1F201D
Tints of Rangoon Green #1F201D
RGB
CMYK
RGB Variations
Color information
#1F201D (or 0x1F201D) is known color: Rangoon Green. HEX triplet: 1F, 20 and 1D. RGB value is (31,32,29). Sum of RGB (Red+Green+Blue) = 31+32+29=92 (12% of max value = 765). Red value is 31 (12.5% from 255 or 33.70% from 92); Green value is 32 (12.89% from 255 or 34.78% from 92); Blue value is 29 (11.72% from 255 or 31.52% from 92); Max value from RGB is 32 - color contains mainly: green. Hex color #1F201D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F201D is #E0DFE2. Grayscale: #1F1F1F. Windows color (decimal): -14737379 or 1908767. OLE color: 1908767.
HSL color Cylindrical-coordinate representation of color #1F201D: hue angle of 80º degrees, saturation: 0.05, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #1F201D is Cyan = 0.03, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 31 | 32 | 29 | - |
| CMYK | 0.03 | 0 | 0.09 | 0.87 |
| HSL | 80º | 0.05% | 0.12% | - |
| HSV(B) | 80º | 0.09% | 0.13% | - |
| XYZ | 1.3 | 1.41 | 1.37 | - |
| YUV | 31.36 | 126.67 | 127.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 32 | 29 | 0.03 | 0 | 0.09 | 0.87 | 80 | 0.05 | 0.12 |
| Hex | 1F | 20 | 1D | 3 | 0 | 9 | 57 | 50 | 5 | C |
| Octal | 37 | 40 | 35 | 3 | 0 | 11 | 127 | 120 | 5 | 14 |
| Binary | 11111 | 100000 | 11101 | 11 | 0 | 1001 | 1010111 | 1010000 | 101 | 1100 |
Color Harmonies of #1F201D
Complementary color
Monochromatic Colors of #1F201D
Black with #1F201D
Text Example
Text Example
White with #1F201D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F201D; }
p { color: rgb(31,32,29); }
H1.HeaderClassName
{
color: #1F201D;
}
.AnyTagClassName
{
color: #1F201D;
}
</style>
background-color css
<style>
a { background-color: #1F201D; }
a { background-color: rgb(31,32,29); }
div.DivClassName
{
background-color: #1F201D;
}
.BgClassName
{
background-color: #1F201D;
}
</style>
border-color css
<style>
span { border-color: #1F201D; }
span { border-color: rgb(31,32,29); }
td.TdClassName
{
border-color: #1F201D;
}
.TagClassName
{
border-color: #1F201D;
}
</style>