Shades of Rangoon Green #1B1E13
Tints of Rangoon Green #1B1E13
RGB
CMYK
RGB Variations
Color information
#1B1E13 (or 0x1B1E13) is known color: Rangoon Green. HEX triplet: 1B, 1E and 13. RGB value is (27,30,19). Sum of RGB (Red+Green+Blue) = 27+30+19=76 (10% of max value = 765). Red value is 27 (10.94% from 255 or 35.53% from 76); Green value is 30 (12.11% from 255 or 39.47% from 76); Blue value is 19 (7.81% from 255 or 25% from 76); Max value from RGB is 30 - color contains mainly: green. Hex color #1B1E13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1B1E13 is #E4E1EC. Grayscale: #1B1B1B. Windows color (decimal): -15000045 or 1252891. OLE color: 1252891.
HSL color Cylindrical-coordinate representation of color #1B1E13: hue angle of 76.36º degrees, saturation: 0.22, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #1B1E13 is Cyan = 0.10, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 27 | 30 | 19 | - |
| CMYK | 0.10 | 0 | 0.37 | 0.88 |
| HSL | 76.36º | 0.22% | 0.1% | - |
| HSV(B) | 76.36º | 0.37% | 0.12% | - |
| XYZ | 1.03 | 1.21 | 0.79 | - |
| YUV | 27.85 | 123.01 | 127.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 30 | 19 | 0.10 | 0 | 0.37 | 0.88 | 76.36 | 0.22 | 0.1 |
| Hex | 1B | 1E | 13 | A | 0 | 25 | 58 | 4C | 16 | A |
| Octal | 33 | 36 | 23 | 12 | 0 | 45 | 130 | 114 | 26 | 12 |
| Binary | 11011 | 11110 | 10011 | 1010 | 0 | 100101 | 1011000 | 1001100 | 10110 | 1010 |
Color Harmonies of #1B1E13
Complementary color
Monochromatic Colors of #1B1E13
Black with #1B1E13
Text Example
Text Example
White with #1B1E13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B1E13; }
p { color: rgb(27,30,19); }
H1.HeaderClassName
{
color: #1B1E13;
}
.AnyTagClassName
{
color: #1B1E13;
}
</style>
background-color css
<style>
a { background-color: #1B1E13; }
a { background-color: rgb(27,30,19); }
div.DivClassName
{
background-color: #1B1E13;
}
.BgClassName
{
background-color: #1B1E13;
}
</style>
border-color css
<style>
span { border-color: #1B1E13; }
span { border-color: rgb(27,30,19); }
td.TdClassName
{
border-color: #1B1E13;
}
.TagClassName
{
border-color: #1B1E13;
}
</style>