Shades of Rangoon Green #1B200E
Tints of Rangoon Green #1B200E
RGB
CMYK
RGB Variations
Color information
#1B200E (or 0x1B200E) is known color: Rangoon Green. HEX triplet: 1B, 20 and 0E. RGB value is (27,32,14). Sum of RGB (Red+Green+Blue) = 27+32+14=73 (9% of max value = 765). Red value is 27 (10.94% from 255 or 36.99% from 73); Green value is 32 (12.89% from 255 or 43.84% from 73); Blue value is 14 (5.86% from 255 or 19.18% from 73); Max value from RGB is 32 - color contains mainly: green. Hex color #1B200E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1B200E is #E4DFF1. Grayscale: #1C1C1C. Windows color (decimal): -14999538 or 925723. OLE color: 925723.
HSL color Cylindrical-coordinate representation of color #1B200E: hue angle of 76.67º degrees, saturation: 0.39, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #1B200E is Cyan = 0.16, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 27 | 32 | 14 | - |
| CMYK | 0.16 | 0 | 0.56 | 0.87 |
| HSL | 76.67º | 0.39% | 0.09% | - |
| HSV(B) | 76.67º | 0.56% | 0.13% | - |
| XYZ | 1.05 | 1.3 | 0.61 | - |
| YUV | 28.45 | 119.84 | 126.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 32 | 14 | 0.16 | 0 | 0.56 | 0.87 | 76.67 | 0.39 | 0.09 |
| Hex | 1B | 20 | E | 10 | 0 | 38 | 57 | 4D | 27 | 9 |
| Octal | 33 | 40 | 16 | 20 | 0 | 70 | 127 | 115 | 47 | 11 |
| Binary | 11011 | 100000 | 1110 | 10000 | 0 | 111000 | 1010111 | 1001101 | 100111 | 1001 |
Color Harmonies of #1B200E
Complementary color
Monochromatic Colors of #1B200E
Black with #1B200E
Text Example
Text Example
White with #1B200E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B200E; }
p { color: rgb(27,32,14); }
H1.HeaderClassName
{
color: #1B200E;
}
.AnyTagClassName
{
color: #1B200E;
}
</style>
background-color css
<style>
a { background-color: #1B200E; }
a { background-color: rgb(27,32,14); }
div.DivClassName
{
background-color: #1B200E;
}
.BgClassName
{
background-color: #1B200E;
}
</style>
border-color css
<style>
span { border-color: #1B200E; }
span { border-color: rgb(27,32,14); }
td.TdClassName
{
border-color: #1B200E;
}
.TagClassName
{
border-color: #1B200E;
}
</style>