Shades of Rangoon Green #1B200C
Tints of Rangoon Green #1B200C
RGB
CMYK
RGB Variations
Color information
#1B200C (or 0x1B200C) is known color: Rangoon Green. HEX triplet: 1B, 20 and 0C. RGB value is (27,32,12). Sum of RGB (Red+Green+Blue) = 27+32+12=71 (9% of max value = 765). Red value is 27 (10.94% from 255 or 38.03% from 71); Green value is 32 (12.89% from 255 or 45.07% from 71); Blue value is 12 (5.08% from 255 or 16.90% from 71); Max value from RGB is 32 - color contains mainly: green. Hex color #1B200C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1B200C is #E4DFF3. Grayscale: #1C1C1C. Windows color (decimal): -14999540 or 794651. OLE color: 794651.
HSL color Cylindrical-coordinate representation of color #1B200C: hue angle of 75º degrees, saturation: 0.45, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #1B200C is Cyan = 0.16, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 27 | 32 | 12 | - |
| CMYK | 0.16 | 0 | 0.63 | 0.87 |
| HSL | 75º | 0.45% | 0.09% | - |
| HSV(B) | 75º | 0.63% | 0.13% | - |
| XYZ | 1.03 | 1.29 | 0.54 | - |
| YUV | 28.23 | 118.84 | 127.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 32 | 12 | 0.16 | 0 | 0.63 | 0.87 | 75 | 0.45 | 0.09 |
| Hex | 1B | 20 | C | 10 | 0 | 3F | 57 | 4B | 2D | 9 |
| Octal | 33 | 40 | 14 | 20 | 0 | 77 | 127 | 113 | 55 | 11 |
| Binary | 11011 | 100000 | 1100 | 10000 | 0 | 111111 | 1010111 | 1001011 | 101101 | 1001 |
Color Harmonies of #1B200C
Complementary color
Monochromatic Colors of #1B200C
Black with #1B200C
Text Example
Text Example
White with #1B200C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B200C; }
p { color: rgb(27,32,12); }
H1.HeaderClassName
{
color: #1B200C;
}
.AnyTagClassName
{
color: #1B200C;
}
</style>
background-color css
<style>
a { background-color: #1B200C; }
a { background-color: rgb(27,32,12); }
div.DivClassName
{
background-color: #1B200C;
}
.BgClassName
{
background-color: #1B200C;
}
</style>
border-color css
<style>
span { border-color: #1B200C; }
span { border-color: rgb(27,32,12); }
td.TdClassName
{
border-color: #1B200C;
}
.TagClassName
{
border-color: #1B200C;
}
</style>