Shades of Rangoon Green #1F2803
Tints of Rangoon Green #1F2803
RGB
CMYK
RGB Variations
Color information
#1F2803 (or 0x1F2803) is known color: Rangoon Green. HEX triplet: 1F, 28 and 03. RGB value is (31,40,3). Sum of RGB (Red+Green+Blue) = 31+40+3=74 (9% of max value = 765). Red value is 31 (12.5% from 255 or 41.89% from 74); Green value is 40 (16.02% from 255 or 54.05% from 74); Blue value is 3 (1.56% from 255 or 4.05% from 74); Max value from RGB is 40 - color contains mainly: green. Hex color #1F2803 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F2803 is #E0D7FC. Grayscale: #212121. Windows color (decimal): -14735357 or 206879. OLE color: 206879.
HSL color Cylindrical-coordinate representation of color #1F2803: hue angle of 74.59º degrees, saturation: 0.86, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1F2803 is Cyan = 0.22, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 31 | 40 | 3 | - |
| CMYK | 0.22 | 0 | 0.93 | 0.84 |
| HSL | 74.59º | 0.86% | 0.08% | - |
| HSV(B) | 74.59º | 0.93% | 0.16% | - |
| XYZ | 1.34 | 1.82 | 0.37 | - |
| YUV | 33.09 | 111.02 | 126.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 40 | 3 | 0.22 | 0 | 0.93 | 0.84 | 74.59 | 0.86 | 0.08 |
| Hex | 1F | 28 | 3 | 16 | 0 | 5D | 54 | 4B | 56 | 8 |
| Octal | 37 | 50 | 3 | 26 | 0 | 135 | 124 | 113 | 126 | 10 |
| Binary | 11111 | 101000 | 11 | 10110 | 0 | 1011101 | 1010100 | 1001011 | 1010110 | 1000 |
Color Harmonies of #1F2803
Complementary color
Monochromatic Colors of #1F2803
Black with #1F2803
Text Example
Text Example
White with #1F2803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F2803; }
p { color: rgb(31,40,3); }
H1.HeaderClassName
{
color: #1F2803;
}
.AnyTagClassName
{
color: #1F2803;
}
</style>
background-color css
<style>
a { background-color: #1F2803; }
a { background-color: rgb(31,40,3); }
div.DivClassName
{
background-color: #1F2803;
}
.BgClassName
{
background-color: #1F2803;
}
</style>
border-color css
<style>
span { border-color: #1F2803; }
span { border-color: rgb(31,40,3); }
td.TdClassName
{
border-color: #1F2803;
}
.TagClassName
{
border-color: #1F2803;
}
</style>