Shades of Rangoon Green #1A1C14
Tints of Rangoon Green #1A1C14
RGB
CMYK
RGB Variations
Color information
#1A1C14 (or 0x1A1C14) is known color: Rangoon Green. HEX triplet: 1A, 1C and 14. RGB value is (26,28,20). Sum of RGB (Red+Green+Blue) = 26+28+20=74 (9% of max value = 765). Red value is 26 (10.55% from 255 or 35.14% from 74); Green value is 28 (11.33% from 255 or 37.84% from 74); Blue value is 20 (8.20% from 255 or 27.03% from 74); Max value from RGB is 28 - color contains mainly: green. Hex color #1A1C14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1A1C14 is #E5E3EB. Grayscale: #1A1A1A. Windows color (decimal): -15066092 or 1317914. OLE color: 1317914.
HSL color Cylindrical-coordinate representation of color #1A1C14: hue angle of 75º degrees, saturation: 0.17, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #1A1C14 is Cyan = 0.07, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 26 | 28 | 20 | - |
| CMYK | 0.07 | 0 | 0.29 | 0.89 |
| HSL | 75º | 0.17% | 0.09% | - |
| HSV(B) | 75º | 0.29% | 0.11% | - |
| XYZ | 0.97 | 1.1 | 0.82 | - |
| YUV | 26.49 | 124.34 | 127.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 28 | 20 | 0.07 | 0 | 0.29 | 0.89 | 75 | 0.17 | 0.09 |
| Hex | 1A | 1C | 14 | 7 | 0 | 1D | 59 | 4B | 11 | 9 |
| Octal | 32 | 34 | 24 | 7 | 0 | 35 | 131 | 113 | 21 | 11 |
| Binary | 11010 | 11100 | 10100 | 111 | 0 | 11101 | 1011001 | 1001011 | 10001 | 1001 |
Color Harmonies of #1A1C14
Complementary color
Monochromatic Colors of #1A1C14
Black with #1A1C14
Text Example
Text Example
White with #1A1C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A1C14; }
p { color: rgb(26,28,20); }
H1.HeaderClassName
{
color: #1A1C14;
}
.AnyTagClassName
{
color: #1A1C14;
}
</style>
background-color css
<style>
a { background-color: #1A1C14; }
a { background-color: rgb(26,28,20); }
div.DivClassName
{
background-color: #1A1C14;
}
.BgClassName
{
background-color: #1A1C14;
}
</style>
border-color css
<style>
span { border-color: #1A1C14; }
span { border-color: rgb(26,28,20); }
td.TdClassName
{
border-color: #1A1C14;
}
.TagClassName
{
border-color: #1A1C14;
}
</style>