Shades of Rangoon Green #202A01
Tints of Rangoon Green #202A01
RGB
CMYK
RGB Variations
Color information
#202A01 (or 0x202A01) is known color: Rangoon Green. HEX triplet: 20, 2A and 01. RGB value is (32,42,1). Sum of RGB (Red+Green+Blue) = 32+42+1=75 (9% of max value = 765). Red value is 32 (12.89% from 255 or 42.67% from 75); Green value is 42 (16.80% from 255 or 56% from 75); Blue value is 1 (0.78% from 255 or 1.33% from 75); Max value from RGB is 42 - color contains mainly: green. Hex color #202A01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #202A01 is #DFD5FE. Grayscale: #222222. Windows color (decimal): -14669311 or 76320. OLE color: 76320.
HSL color Cylindrical-coordinate representation of color #202A01: hue angle of 74.63º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #202A01 is Cyan = 0.24, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 32 | 42 | 1 | - |
| CMYK | 0.24 | 0 | 0.98 | 0.84 |
| HSL | 74.63º | 0.95% | 0.08% | - |
| HSV(B) | 74.63º | 0.98% | 0.16% | - |
| XYZ | 1.43 | 1.97 | 0.33 | - |
| YUV | 34.34 | 109.19 | 126.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 42 | 1 | 0.24 | 0 | 0.98 | 0.84 | 74.63 | 0.95 | 0.08 |
| Hex | 20 | 2A | 1 | 18 | 0 | 62 | 54 | 4B | 5F | 8 |
| Octal | 40 | 52 | 1 | 30 | 0 | 142 | 124 | 113 | 137 | 10 |
| Binary | 100000 | 101010 | 1 | 11000 | 0 | 1100010 | 1010100 | 1001011 | 1011111 | 1000 |
Color Harmonies of #202A01
Complementary color
Monochromatic Colors of #202A01
Black with #202A01
Text Example
Text Example
White with #202A01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202A01; }
p { color: rgb(32,42,1); }
H1.HeaderClassName
{
color: #202A01;
}
.AnyTagClassName
{
color: #202A01;
}
</style>
background-color css
<style>
a { background-color: #202A01; }
a { background-color: rgb(32,42,1); }
div.DivClassName
{
background-color: #202A01;
}
.BgClassName
{
background-color: #202A01;
}
</style>
border-color css
<style>
span { border-color: #202A01; }
span { border-color: rgb(32,42,1); }
td.TdClassName
{
border-color: #202A01;
}
.TagClassName
{
border-color: #202A01;
}
</style>