Shades of Rangoon Green #14170C
Tints of Rangoon Green #14170C
RGB
CMYK
RGB Variations
Color information
#14170C (or 0x14170C) is known color: Rangoon Green. HEX triplet: 14, 17 and 0C. RGB value is (20,23,12). Sum of RGB (Red+Green+Blue) = 20+23+12=55 (7% of max value = 765). Red value is 20 (8.20% from 255 or 36.36% from 55); Green value is 23 (9.38% from 255 or 41.82% from 55); Blue value is 12 (5.08% from 255 or 21.82% from 55); Max value from RGB is 23 - color contains mainly: green. Hex color #14170C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #14170C is #EBE8F3. Grayscale: #141414. Windows color (decimal): -15460596 or 792340. OLE color: 792340.
HSL color Cylindrical-coordinate representation of color #14170C: hue angle of 76.36º degrees, saturation: 0.31, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #14170C is Cyan = 0.13, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 20 | 23 | 12 | - |
| CMYK | 0.13 | 0 | 0.48 | 0.91 |
| HSL | 76.36º | 0.31% | 0.07% | - |
| HSV(B) | 76.36º | 0.48% | 0.09% | - |
| XYZ | 0.66 | 0.79 | 0.47 | - |
| YUV | 20.85 | 123.01 | 127.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 23 | 12 | 0.13 | 0 | 0.48 | 0.91 | 76.36 | 0.31 | 0.07 |
| Hex | 14 | 17 | C | D | 0 | 30 | 5B | 4C | 1F | 7 |
| Octal | 24 | 27 | 14 | 15 | 0 | 60 | 133 | 114 | 37 | 7 |
| Binary | 10100 | 10111 | 1100 | 1101 | 0 | 110000 | 1011011 | 1001100 | 11111 | 111 |
Color Harmonies of #14170C
Complementary color
Monochromatic Colors of #14170C
Black with #14170C
Text Example
Text Example
White with #14170C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14170C; }
p { color: rgb(20,23,12); }
H1.HeaderClassName
{
color: #14170C;
}
.AnyTagClassName
{
color: #14170C;
}
</style>
background-color css
<style>
a { background-color: #14170C; }
a { background-color: rgb(20,23,12); }
div.DivClassName
{
background-color: #14170C;
}
.BgClassName
{
background-color: #14170C;
}
</style>
border-color css
<style>
span { border-color: #14170C; }
span { border-color: rgb(20,23,12); }
td.TdClassName
{
border-color: #14170C;
}
.TagClassName
{
border-color: #14170C;
}
</style>