Shades of Rangoon Green #1F2609
Tints of Rangoon Green #1F2609
RGB
CMYK
RGB Variations
Color information
#1F2609 (or 0x1F2609) is known color: Rangoon Green. HEX triplet: 1F, 26 and 09. RGB value is (31,38,9). Sum of RGB (Red+Green+Blue) = 31+38+9=78 (10% of max value = 765). Red value is 31 (12.5% from 255 or 39.74% from 78); Green value is 38 (15.23% from 255 or 48.72% from 78); Blue value is 9 (3.91% from 255 or 11.54% from 78); Max value from RGB is 38 - color contains mainly: green. Hex color #1F2609 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F2609 is #E0D9F6. Grayscale: #202020. Windows color (decimal): -14735863 or 599583. OLE color: 599583.
HSL color Cylindrical-coordinate representation of color #1F2609: hue angle of 74.48º degrees, saturation: 0.62, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1F2609 is Cyan = 0.18, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 31 | 38 | 9 | - |
| CMYK | 0.18 | 0 | 0.76 | 0.85 |
| HSL | 74.48º | 0.62% | 0.09% | - |
| HSV(B) | 74.48º | 0.76% | 0.15% | - |
| XYZ | 1.31 | 1.7 | 0.52 | - |
| YUV | 32.6 | 114.68 | 126.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 38 | 9 | 0.18 | 0 | 0.76 | 0.85 | 74.48 | 0.62 | 0.09 |
| Hex | 1F | 26 | 9 | 12 | 0 | 4C | 55 | 4A | 3E | 9 |
| Octal | 37 | 46 | 11 | 22 | 0 | 114 | 125 | 112 | 76 | 11 |
| Binary | 11111 | 100110 | 1001 | 10010 | 0 | 1001100 | 1010101 | 1001010 | 111110 | 1001 |
Color Harmonies of #1F2609
Complementary color
Monochromatic Colors of #1F2609
Black with #1F2609
Text Example
Text Example
White with #1F2609
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F2609; }
p { color: rgb(31,38,9); }
H1.HeaderClassName
{
color: #1F2609;
}
.AnyTagClassName
{
color: #1F2609;
}
</style>
background-color css
<style>
a { background-color: #1F2609; }
a { background-color: rgb(31,38,9); }
div.DivClassName
{
background-color: #1F2609;
}
.BgClassName
{
background-color: #1F2609;
}
</style>
border-color css
<style>
span { border-color: #1F2609; }
span { border-color: rgb(31,38,9); }
td.TdClassName
{
border-color: #1F2609;
}
.TagClassName
{
border-color: #1F2609;
}
</style>