Shades of Rangoon Green #202A02
Tints of Rangoon Green #202A02
RGB
CMYK
RGB Variations
Color information
#202A02 (or 0x202A02) is known color: Rangoon Green. HEX triplet: 20, 2A and 02. RGB value is (32,42,2). Sum of RGB (Red+Green+Blue) = 32+42+2=76 (10% of max value = 765). Red value is 32 (12.89% from 255 or 42.11% from 76); Green value is 42 (16.80% from 255 or 55.26% from 76); Blue value is 2 (1.17% from 255 or 2.63% from 76); Max value from RGB is 42 - color contains mainly: green. Hex color #202A02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #202A02 is #DFD5FD. Grayscale: #222222. Windows color (decimal): -14669310 or 141856. OLE color: 141856.
HSL color Cylindrical-coordinate representation of color #202A02: hue angle of 75º degrees, saturation: 0.91, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #202A02 is Cyan = 0.24, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.84.
Color convert
RGB | 32 | 42 | 2 | - |
CMYK | 0.24 | 0 | 0.95 | 0.84 |
HSL | 75º | 0.91% | 0.09% | - |
HSV(B) | 75º | 0.95% | 0.16% | - |
XYZ | 1.43 | 1.97 | 0.36 | - |
YUV | 34.45 | 109.69 | 126.25 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 32 | 42 | 2 | 0.24 | 0 | 0.95 | 0.84 | 75 | 0.91 | 0.09 |
Hex | 20 | 2A | 2 | 18 | 0 | 5F | 54 | 4B | 5B | 9 |
Octal | 40 | 52 | 2 | 30 | 0 | 137 | 124 | 113 | 133 | 11 |
Binary | 100000 | 101010 | 10 | 11000 | 0 | 1011111 | 1010100 | 1001011 | 1011011 | 1001 |
Color Harmonies of #202A02
Complementary color
Monochromatic Colors of #202A02
Black with #202A02
Text Example
Text Example
White with #202A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202A02; }
p { color: rgb(32,42,2); }
H1.HeaderClassName
{
color: #202A02;
}
.AnyTagClassName
{
color: #202A02;
}
</style>
background-color css
<style>
a { background-color: #202A02; }
a { background-color: rgb(32,42,2); }
div.DivClassName
{
background-color: #202A02;
}
.BgClassName
{
background-color: #202A02;
}
</style>
border-color css
<style>
span { border-color: #202A02; }
span { border-color: rgb(32,42,2); }
td.TdClassName
{
border-color: #202A02;
}
.TagClassName
{
border-color: #202A02;
}
</style>