Shades of Rangoon Green #192005
Tints of Rangoon Green #192005
RGB
CMYK
RGB Variations
Color information
#192005 (or 0x192005) is known color: Rangoon Green. HEX triplet: 19, 20 and 05. RGB value is (25,32,5). Sum of RGB (Red+Green+Blue) = 25+32+5=62 (8% of max value = 765). Red value is 25 (10.16% from 255 or 40.32% from 62); Green value is 32 (12.89% from 255 or 51.61% from 62); Blue value is 5 (2.34% from 255 or 8.06% from 62); Max value from RGB is 32 - color contains mainly: green. Hex color #192005 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #192005 is #E6DFFA. Grayscale: #1A1A1A. Windows color (decimal): -15130619 or 335897. OLE color: 335897.
HSL color Cylindrical-coordinate representation of color #192005: hue angle of 75.56º degrees, saturation: 0.73, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #192005 is Cyan = 0.22, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 25 | 32 | 5 | - |
| CMYK | 0.22 | 0 | 0.84 | 0.87 |
| HSL | 75.56º | 0.73% | 0.07% | - |
| HSV(B) | 75.56º | 0.84% | 0.13% | - |
| XYZ | 0.94 | 1.25 | 0.34 | - |
| YUV | 26.83 | 115.68 | 126.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 32 | 5 | 0.22 | 0 | 0.84 | 0.87 | 75.56 | 0.73 | 0.07 |
| Hex | 19 | 20 | 5 | 16 | 0 | 54 | 57 | 4C | 49 | 7 |
| Octal | 31 | 40 | 5 | 26 | 0 | 124 | 127 | 114 | 111 | 7 |
| Binary | 11001 | 100000 | 101 | 10110 | 0 | 1010100 | 1010111 | 1001100 | 1001001 | 111 |
Color Harmonies of #192005
Complementary color
Monochromatic Colors of #192005
Black with #192005
Text Example
Text Example
White with #192005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192005; }
p { color: rgb(25,32,5); }
H1.HeaderClassName
{
color: #192005;
}
.AnyTagClassName
{
color: #192005;
}
</style>
background-color css
<style>
a { background-color: #192005; }
a { background-color: rgb(25,32,5); }
div.DivClassName
{
background-color: #192005;
}
.BgClassName
{
background-color: #192005;
}
</style>
border-color css
<style>
span { border-color: #192005; }
span { border-color: rgb(25,32,5); }
td.TdClassName
{
border-color: #192005;
}
.TagClassName
{
border-color: #192005;
}
</style>