Shades of Rangoon Green #191E0C
Tints of Rangoon Green #191E0C
RGB
CMYK
RGB Variations
Color information
#191E0C (or 0x191E0C) is known color: Rangoon Green. HEX triplet: 19, 1E and 0C. RGB value is (25,30,12). Sum of RGB (Red+Green+Blue) = 25+30+12=67 (8% of max value = 765). Red value is 25 (10.16% from 255 or 37.31% from 67); Green value is 30 (12.11% from 255 or 44.78% from 67); Blue value is 12 (5.08% from 255 or 17.91% from 67); Max value from RGB is 30 - color contains mainly: green. Hex color #191E0C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #191E0C is #E6E1F3. Grayscale: #1A1A1A. Windows color (decimal): -15131124 or 794137. OLE color: 794137.
HSL color Cylindrical-coordinate representation of color #191E0C: hue angle of 76.67º degrees, saturation: 0.43, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #191E0C is Cyan = 0.17, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 25 | 30 | 12 | - |
| CMYK | 0.17 | 0 | 0.60 | 0.88 |
| HSL | 76.67º | 0.43% | 0.08% | - |
| HSV(B) | 76.67º | 0.6% | 0.12% | - |
| XYZ | 0.93 | 1.16 | 0.52 | - |
| YUV | 26.45 | 119.84 | 126.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 30 | 12 | 0.17 | 0 | 0.60 | 0.88 | 76.67 | 0.43 | 0.08 |
| Hex | 19 | 1E | C | 11 | 0 | 3C | 58 | 4D | 2B | 8 |
| Octal | 31 | 36 | 14 | 21 | 0 | 74 | 130 | 115 | 53 | 10 |
| Binary | 11001 | 11110 | 1100 | 10001 | 0 | 111100 | 1011000 | 1001101 | 101011 | 1000 |
Color Harmonies of #191E0C
Complementary color
Monochromatic Colors of #191E0C
Black with #191E0C
Text Example
Text Example
White with #191E0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191E0C; }
p { color: rgb(25,30,12); }
H1.HeaderClassName
{
color: #191E0C;
}
.AnyTagClassName
{
color: #191E0C;
}
</style>
background-color css
<style>
a { background-color: #191E0C; }
a { background-color: rgb(25,30,12); }
div.DivClassName
{
background-color: #191E0C;
}
.BgClassName
{
background-color: #191E0C;
}
</style>
border-color css
<style>
span { border-color: #191E0C; }
span { border-color: rgb(25,30,12); }
td.TdClassName
{
border-color: #191E0C;
}
.TagClassName
{
border-color: #191E0C;
}
</style>