Shades of Rangoon Green #1A1B17
Tints of Rangoon Green #1A1B17
RGB
CMYK
RGB Variations
Color information
#1A1B17 (or 0x1A1B17) is known color: Rangoon Green. HEX triplet: 1A, 1B and 17. RGB value is (26,27,23). Sum of RGB (Red+Green+Blue) = 26+27+23=76 (10% of max value = 765). Red value is 26 (10.55% from 255 or 34.21% from 76); Green value is 27 (10.94% from 255 or 35.53% from 76); Blue value is 23 (9.38% from 255 or 30.26% from 76); Max value from RGB is 27 - color contains mainly: green. Hex color #1A1B17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1A1B17 is #E5E4E8. Grayscale: #1A1A1A. Windows color (decimal): -15066345 or 1514266. OLE color: 1514266.
HSL color Cylindrical-coordinate representation of color #1A1B17: hue angle of 75º degrees, saturation: 0.08, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #1A1B17 is Cyan = 0.04, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 26 | 27 | 23 | - |
| CMYK | 0.04 | 0 | 0.15 | 0.89 |
| HSL | 75º | 0.08% | 0.1% | - |
| HSV(B) | 75º | 0.15% | 0.11% | - |
| XYZ | 0.97 | 1.07 | 0.96 | - |
| YUV | 26.25 | 126.17 | 127.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 27 | 23 | 0.04 | 0 | 0.15 | 0.89 | 75 | 0.08 | 0.1 |
| Hex | 1A | 1B | 17 | 4 | 0 | F | 59 | 4B | 8 | A |
| Octal | 32 | 33 | 27 | 4 | 0 | 17 | 131 | 113 | 10 | 12 |
| Binary | 11010 | 11011 | 10111 | 100 | 0 | 1111 | 1011001 | 1001011 | 1000 | 1010 |
Color Harmonies of #1A1B17
Complementary color
Monochromatic Colors of #1A1B17
Black with #1A1B17
Text Example
Text Example
White with #1A1B17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A1B17; }
p { color: rgb(26,27,23); }
H1.HeaderClassName
{
color: #1A1B17;
}
.AnyTagClassName
{
color: #1A1B17;
}
</style>
background-color css
<style>
a { background-color: #1A1B17; }
a { background-color: rgb(26,27,23); }
div.DivClassName
{
background-color: #1A1B17;
}
.BgClassName
{
background-color: #1A1B17;
}
</style>
border-color css
<style>
span { border-color: #1A1B17; }
span { border-color: rgb(26,27,23); }
td.TdClassName
{
border-color: #1A1B17;
}
.TagClassName
{
border-color: #1A1B17;
}
</style>