Shades of Rangoon Green #1F2708
Tints of Rangoon Green #1F2708
RGB
CMYK
RGB Variations
Color information
#1F2708 (or 0x1F2708) is known color: Rangoon Green. HEX triplet: 1F, 27 and 08. RGB value is (31,39,8). Sum of RGB (Red+Green+Blue) = 31+39+8=78 (10% of max value = 765). Red value is 31 (12.5% from 255 or 39.74% from 78); Green value is 39 (15.62% from 255 or 50% from 78); Blue value is 8 (3.52% from 255 or 10.26% from 78); Max value from RGB is 39 - color contains mainly: green. Hex color #1F2708 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F2708 is #E0D8F7. Grayscale: #212121. Windows color (decimal): -14735608 or 534303. OLE color: 534303.
HSL color Cylindrical-coordinate representation of color #1F2708: hue angle of 75.48º degrees, saturation: 0.66, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1F2708 is Cyan = 0.21, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 31 | 39 | 8 | - |
| CMYK | 0.21 | 0 | 0.79 | 0.85 |
| HSL | 75.48º | 0.66% | 0.09% | - |
| HSV(B) | 75.48º | 0.79% | 0.15% | - |
| XYZ | 1.33 | 1.76 | 0.5 | - |
| YUV | 33.07 | 113.85 | 126.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 39 | 8 | 0.21 | 0 | 0.79 | 0.85 | 75.48 | 0.66 | 0.09 |
| Hex | 1F | 27 | 8 | 15 | 0 | 4F | 55 | 4B | 42 | 9 |
| Octal | 37 | 47 | 10 | 25 | 0 | 117 | 125 | 113 | 102 | 11 |
| Binary | 11111 | 100111 | 1000 | 10101 | 0 | 1001111 | 1010101 | 1001011 | 1000010 | 1001 |
Color Harmonies of #1F2708
Complementary color
Monochromatic Colors of #1F2708
Black with #1F2708
Text Example
Text Example
White with #1F2708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F2708; }
p { color: rgb(31,39,8); }
H1.HeaderClassName
{
color: #1F2708;
}
.AnyTagClassName
{
color: #1F2708;
}
</style>
background-color css
<style>
a { background-color: #1F2708; }
a { background-color: rgb(31,39,8); }
div.DivClassName
{
background-color: #1F2708;
}
.BgClassName
{
background-color: #1F2708;
}
</style>
border-color css
<style>
span { border-color: #1F2708; }
span { border-color: rgb(31,39,8); }
td.TdClassName
{
border-color: #1F2708;
}
.TagClassName
{
border-color: #1F2708;
}
</style>