Shades of Rangoon Green #1F260C
Tints of Rangoon Green #1F260C
RGB
CMYK
RGB Variations
Color information
#1F260C (or 0x1F260C) is known color: Rangoon Green. HEX triplet: 1F, 26 and 0C. RGB value is (31,38,12). Sum of RGB (Red+Green+Blue) = 31+38+12=81 (10% of max value = 765). Red value is 31 (12.5% from 255 or 38.27% from 81); Green value is 38 (15.23% from 255 or 46.91% from 81); Blue value is 12 (5.08% from 255 or 14.81% from 81); Max value from RGB is 38 - color contains mainly: green. Hex color #1F260C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F260C is #E0D9F3. Grayscale: #212121. Windows color (decimal): -14735860 or 796191. OLE color: 796191.
HSL color Cylindrical-coordinate representation of color #1F260C: hue angle of 76.15º degrees, saturation: 0.52, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1F260C is Cyan = 0.18, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 31 | 38 | 12 | - |
| CMYK | 0.18 | 0 | 0.68 | 0.85 |
| HSL | 76.15º | 0.52% | 0.1% | - |
| HSV(B) | 76.15º | 0.68% | 0.15% | - |
| XYZ | 1.32 | 1.7 | 0.61 | - |
| YUV | 32.94 | 116.18 | 126.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 38 | 12 | 0.18 | 0 | 0.68 | 0.85 | 76.15 | 0.52 | 0.1 |
| Hex | 1F | 26 | C | 12 | 0 | 44 | 55 | 4C | 34 | A |
| Octal | 37 | 46 | 14 | 22 | 0 | 104 | 125 | 114 | 64 | 12 |
| Binary | 11111 | 100110 | 1100 | 10010 | 0 | 1000100 | 1010101 | 1001100 | 110100 | 1010 |
Color Harmonies of #1F260C
Complementary color
Monochromatic Colors of #1F260C
Black with #1F260C
Text Example
Text Example
White with #1F260C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F260C; }
p { color: rgb(31,38,12); }
H1.HeaderClassName
{
color: #1F260C;
}
.AnyTagClassName
{
color: #1F260C;
}
</style>
background-color css
<style>
a { background-color: #1F260C; }
a { background-color: rgb(31,38,12); }
div.DivClassName
{
background-color: #1F260C;
}
.BgClassName
{
background-color: #1F260C;
}
</style>
border-color css
<style>
span { border-color: #1F260C; }
span { border-color: rgb(31,38,12); }
td.TdClassName
{
border-color: #1F260C;
}
.TagClassName
{
border-color: #1F260C;
}
</style>