Shades of Rangoon Green #1D1F17
Tints of Rangoon Green #1D1F17
RGB
CMYK
RGB Variations
Color information
#1D1F17 (or 0x1D1F17) is known color: Rangoon Green. HEX triplet: 1D, 1F and 17. RGB value is (29,31,23). Sum of RGB (Red+Green+Blue) = 29+31+23=83 (10% of max value = 765). Red value is 29 (11.72% from 255 or 34.94% from 83); Green value is 31 (12.5% from 255 or 37.35% from 83); Blue value is 23 (9.38% from 255 or 27.71% from 83); Max value from RGB is 31 - color contains mainly: green. Hex color #1D1F17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D1F17 is #E2E0E8. Grayscale: #1D1D1D. Windows color (decimal): -14868713 or 1515293. OLE color: 1515293.
HSL color Cylindrical-coordinate representation of color #1D1F17: hue angle of 75º degrees, saturation: 0.15, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #1D1F17 is Cyan = 0.06, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.88.
Color convert
RGB | 29 | 31 | 23 | - |
CMYK | 0.06 | 0 | 0.26 | 0.88 |
HSL | 75º | 0.15% | 0.11% | - |
HSV(B) | 75º | 0.26% | 0.12% | - |
XYZ | 1.15 | 1.3 | 1 | - |
YUV | 29.49 | 124.34 | 127.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 29 | 31 | 23 | 0.06 | 0 | 0.26 | 0.88 | 75 | 0.15 | 0.11 |
Hex | 1D | 1F | 17 | 6 | 0 | 1A | 58 | 4B | F | B |
Octal | 35 | 37 | 27 | 6 | 0 | 32 | 130 | 113 | 17 | 13 |
Binary | 11101 | 11111 | 10111 | 110 | 0 | 11010 | 1011000 | 1001011 | 1111 | 1011 |
Color Harmonies of #1D1F17
Complementary color
Monochromatic Colors of #1D1F17
Black with #1D1F17
Text Example
Text Example
White with #1D1F17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D1F17; }
p { color: rgb(29,31,23); }
H1.HeaderClassName
{
color: #1D1F17;
}
.AnyTagClassName
{
color: #1D1F17;
}
</style>
background-color css
<style>
a { background-color: #1D1F17; }
a { background-color: rgb(29,31,23); }
div.DivClassName
{
background-color: #1D1F17;
}
.BgClassName
{
background-color: #1D1F17;
}
</style>
border-color css
<style>
span { border-color: #1D1F17; }
span { border-color: rgb(29,31,23); }
td.TdClassName
{
border-color: #1D1F17;
}
.TagClassName
{
border-color: #1D1F17;
}
</style>