Shades of Rangoon Green #12140C
Tints of Rangoon Green #12140C
RGB
CMYK
RGB Variations
Color information
#12140C (or 0x12140C) is known color: Rangoon Green. HEX triplet: 12, 14 and 0C. RGB value is (18,20,12). Sum of RGB (Red+Green+Blue) = 18+20+12=50 (6% of max value = 765). Red value is 18 (7.42% from 255 or 36% from 50); Green value is 20 (8.20% from 255 or 40% from 50); Blue value is 12 (5.08% from 255 or 24% from 50); Max value from RGB is 20 - color contains mainly: green. Hex color #12140C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #12140C is #EDEBF3. Grayscale: #121212. Windows color (decimal): -15592436 or 791570. OLE color: 791570.
HSL color Cylindrical-coordinate representation of color #12140C: hue angle of 75º degrees, saturation: 0.25, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #12140C is Cyan = 0.10, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 18 | 20 | 12 | - |
| CMYK | 0.10 | 0 | 0.40 | 0.92 |
| HSL | 75º | 0.25% | 0.06% | - |
| HSV(B) | 75º | 0.4% | 0.08% | - |
| XYZ | 0.57 | 0.66 | 0.44 | - |
| YUV | 18.49 | 124.34 | 127.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 20 | 12 | 0.10 | 0 | 0.40 | 0.92 | 75 | 0.25 | 0.06 |
| Hex | 12 | 14 | C | A | 0 | 28 | 5C | 4B | 19 | 6 |
| Octal | 22 | 24 | 14 | 12 | 0 | 50 | 134 | 113 | 31 | 6 |
| Binary | 10010 | 10100 | 1100 | 1010 | 0 | 101000 | 1011100 | 1001011 | 11001 | 110 |
Color Harmonies of #12140C
Complementary color
Monochromatic Colors of #12140C
Black with #12140C
Text Example
Text Example
White with #12140C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12140C; }
p { color: rgb(18,20,12); }
H1.HeaderClassName
{
color: #12140C;
}
.AnyTagClassName
{
color: #12140C;
}
</style>
background-color css
<style>
a { background-color: #12140C; }
a { background-color: rgb(18,20,12); }
div.DivClassName
{
background-color: #12140C;
}
.BgClassName
{
background-color: #12140C;
}
</style>
border-color css
<style>
span { border-color: #12140C; }
span { border-color: rgb(18,20,12); }
td.TdClassName
{
border-color: #12140C;
}
.TagClassName
{
border-color: #12140C;
}
</style>