Shades of Rangoon Green #1B200D
Tints of Rangoon Green #1B200D
RGB
CMYK
RGB Variations
Color information
#1B200D (or 0x1B200D) is known color: Rangoon Green. HEX triplet: 1B, 20 and 0D. RGB value is (27,32,13). Sum of RGB (Red+Green+Blue) = 27+32+13=72 (9% of max value = 765). Red value is 27 (10.94% from 255 or 37.5% from 72); Green value is 32 (12.89% from 255 or 44.44% from 72); Blue value is 13 (5.47% from 255 or 18.06% from 72); Max value from RGB is 32 - color contains mainly: green. Hex color #1B200D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1B200D is #E4DFF2. Grayscale: #1C1C1C. Windows color (decimal): -14999539 or 860187. OLE color: 860187.
HSL color Cylindrical-coordinate representation of color #1B200D: hue angle of 75.79º degrees, saturation: 0.42, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #1B200D is Cyan = 0.16, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 27 | 32 | 13 | - |
| CMYK | 0.16 | 0 | 0.59 | 0.87 |
| HSL | 75.79º | 0.42% | 0.09% | - |
| HSV(B) | 75.79º | 0.59% | 0.13% | - |
| XYZ | 1.04 | 1.3 | 0.58 | - |
| YUV | 28.34 | 119.34 | 127.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 32 | 13 | 0.16 | 0 | 0.59 | 0.87 | 75.79 | 0.42 | 0.09 |
| Hex | 1B | 20 | D | 10 | 0 | 3B | 57 | 4C | 2A | 9 |
| Octal | 33 | 40 | 15 | 20 | 0 | 73 | 127 | 114 | 52 | 11 |
| Binary | 11011 | 100000 | 1101 | 10000 | 0 | 111011 | 1010111 | 1001100 | 101010 | 1001 |
Color Harmonies of #1B200D
Complementary color
Monochromatic Colors of #1B200D
Black with #1B200D
Text Example
Text Example
White with #1B200D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B200D; }
p { color: rgb(27,32,13); }
H1.HeaderClassName
{
color: #1B200D;
}
.AnyTagClassName
{
color: #1B200D;
}
</style>
background-color css
<style>
a { background-color: #1B200D; }
a { background-color: rgb(27,32,13); }
div.DivClassName
{
background-color: #1B200D;
}
.BgClassName
{
background-color: #1B200D;
}
</style>
border-color css
<style>
span { border-color: #1B200D; }
span { border-color: rgb(27,32,13); }
td.TdClassName
{
border-color: #1B200D;
}
.TagClassName
{
border-color: #1B200D;
}
</style>