Shades of Rangoon Green #1A1C15
Tints of Rangoon Green #1A1C15
RGB
CMYK
RGB Variations
Color information
#1A1C15 (or 0x1A1C15) is known color: Rangoon Green. HEX triplet: 1A, 1C and 15. RGB value is (26,28,21). Sum of RGB (Red+Green+Blue) = 26+28+21=75 (9% of max value = 765). Red value is 26 (10.55% from 255 or 34.67% from 75); Green value is 28 (11.33% from 255 or 37.33% from 75); Blue value is 21 (8.59% from 255 or 28% from 75); Max value from RGB is 28 - color contains mainly: green. Hex color #1A1C15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1A1C15 is #E5E3EA. Grayscale: #1A1A1A. Windows color (decimal): -15066091 or 1383450. OLE color: 1383450.
HSL color Cylindrical-coordinate representation of color #1A1C15: hue angle of 77.14º degrees, saturation: 0.14, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #1A1C15 is Cyan = 0.07, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 26 | 28 | 21 | - |
| CMYK | 0.07 | 0 | 0.25 | 0.89 |
| HSL | 77.14º | 0.14% | 0.1% | - |
| HSV(B) | 77.14º | 0.25% | 0.11% | - |
| XYZ | 0.98 | 1.1 | 0.87 | - |
| YUV | 26.6 | 124.84 | 127.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 28 | 21 | 0.07 | 0 | 0.25 | 0.89 | 77.14 | 0.14 | 0.1 |
| Hex | 1A | 1C | 15 | 7 | 0 | 19 | 59 | 4D | E | A |
| Octal | 32 | 34 | 25 | 7 | 0 | 31 | 131 | 115 | 16 | 12 |
| Binary | 11010 | 11100 | 10101 | 111 | 0 | 11001 | 1011001 | 1001101 | 1110 | 1010 |
Color Harmonies of #1A1C15
Complementary color
Monochromatic Colors of #1A1C15
Black with #1A1C15
Text Example
Text Example
White with #1A1C15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A1C15; }
p { color: rgb(26,28,21); }
H1.HeaderClassName
{
color: #1A1C15;
}
.AnyTagClassName
{
color: #1A1C15;
}
</style>
background-color css
<style>
a { background-color: #1A1C15; }
a { background-color: rgb(26,28,21); }
div.DivClassName
{
background-color: #1A1C15;
}
.BgClassName
{
background-color: #1A1C15;
}
</style>
border-color css
<style>
span { border-color: #1A1C15; }
span { border-color: rgb(26,28,21); }
td.TdClassName
{
border-color: #1A1C15;
}
.TagClassName
{
border-color: #1A1C15;
}
</style>