Shades of Rangoon Green #202905
Tints of Rangoon Green #202905
RGB
CMYK
RGB Variations
Color information
#202905 (or 0x202905) is known color: Rangoon Green. HEX triplet: 20, 29 and 05. RGB value is (32,41,5). Sum of RGB (Red+Green+Blue) = 32+41+5=78 (10% of max value = 765). Red value is 32 (12.89% from 255 or 41.03% from 78); Green value is 41 (16.41% from 255 or 52.56% from 78); Blue value is 5 (2.34% from 255 or 6.41% from 78); Max value from RGB is 41 - color contains mainly: green. Hex color #202905 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #202905 is #DFD6FA. Grayscale: #222222. Windows color (decimal): -14669563 or 338208. OLE color: 338208.
HSL color Cylindrical-coordinate representation of color #202905: hue angle of 75º degrees, saturation: 0.78, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #202905 is Cyan = 0.22, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 32 | 41 | 5 | - |
| CMYK | 0.22 | 0 | 0.88 | 0.84 |
| HSL | 75º | 0.78% | 0.09% | - |
| HSV(B) | 75º | 0.88% | 0.16% | - |
| XYZ | 1.42 | 1.9 | 0.44 | - |
| YUV | 34.21 | 111.52 | 126.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 41 | 5 | 0.22 | 0 | 0.88 | 0.84 | 75 | 0.78 | 0.09 |
| Hex | 20 | 29 | 5 | 16 | 0 | 58 | 54 | 4B | 4E | 9 |
| Octal | 40 | 51 | 5 | 26 | 0 | 130 | 124 | 113 | 116 | 11 |
| Binary | 100000 | 101001 | 101 | 10110 | 0 | 1011000 | 1010100 | 1001011 | 1001110 | 1001 |
Color Harmonies of #202905
Complementary color
Monochromatic Colors of #202905
Black with #202905
Text Example
Text Example
White with #202905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202905; }
p { color: rgb(32,41,5); }
H1.HeaderClassName
{
color: #202905;
}
.AnyTagClassName
{
color: #202905;
}
</style>
background-color css
<style>
a { background-color: #202905; }
a { background-color: rgb(32,41,5); }
div.DivClassName
{
background-color: #202905;
}
.BgClassName
{
background-color: #202905;
}
</style>
border-color css
<style>
span { border-color: #202905; }
span { border-color: rgb(32,41,5); }
td.TdClassName
{
border-color: #202905;
}
.TagClassName
{
border-color: #202905;
}
</style>