Shades of Rangoon Green #1A1D12
Tints of Rangoon Green #1A1D12
RGB
CMYK
RGB Variations
Color information
#1A1D12 (or 0x1A1D12) is known color: Rangoon Green. HEX triplet: 1A, 1D and 12. RGB value is (26,29,18). Sum of RGB (Red+Green+Blue) = 26+29+18=73 (9% of max value = 765). Red value is 26 (10.55% from 255 or 35.62% from 73); Green value is 29 (11.72% from 255 or 39.73% from 73); Blue value is 18 (7.42% from 255 or 24.66% from 73); Max value from RGB is 29 - color contains mainly: green. Hex color #1A1D12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1A1D12 is #E5E2ED. Grayscale: #1A1A1A. Windows color (decimal): -15065838 or 1187098. OLE color: 1187098.
HSL color Cylindrical-coordinate representation of color #1A1D12: hue angle of 76.36º degrees, saturation: 0.23, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #1A1D12 is Cyan = 0.10, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.89.
Color convert
RGB | 26 | 29 | 18 | - |
CMYK | 0.10 | 0 | 0.38 | 0.89 |
HSL | 76.36º | 0.23% | 0.09% | - |
HSV(B) | 76.36º | 0.38% | 0.11% | - |
XYZ | 0.97 | 1.14 | 0.74 | - |
YUV | 26.85 | 123.01 | 127.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 26 | 29 | 18 | 0.10 | 0 | 0.38 | 0.89 | 76.36 | 0.23 | 0.09 |
Hex | 1A | 1D | 12 | A | 0 | 26 | 59 | 4C | 17 | 9 |
Octal | 32 | 35 | 22 | 12 | 0 | 46 | 131 | 114 | 27 | 11 |
Binary | 11010 | 11101 | 10010 | 1010 | 0 | 100110 | 1011001 | 1001100 | 10111 | 1001 |
Color Harmonies of #1A1D12
Complementary color
Monochromatic Colors of #1A1D12
Black with #1A1D12
Text Example
Text Example
White with #1A1D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A1D12; }
p { color: rgb(26,29,18); }
H1.HeaderClassName
{
color: #1A1D12;
}
.AnyTagClassName
{
color: #1A1D12;
}
</style>
background-color css
<style>
a { background-color: #1A1D12; }
a { background-color: rgb(26,29,18); }
div.DivClassName
{
background-color: #1A1D12;
}
.BgClassName
{
background-color: #1A1D12;
}
</style>
border-color css
<style>
span { border-color: #1A1D12; }
span { border-color: rgb(26,29,18); }
td.TdClassName
{
border-color: #1A1D12;
}
.TagClassName
{
border-color: #1A1D12;
}
</style>