Shades of Rangoon Green #202318
Tints of Rangoon Green #202318
RGB
CMYK
RGB Variations
Color information
#202318 (or 0x202318) is known color: Rangoon Green. HEX triplet: 20, 23 and 18. RGB value is (32,35,24). Sum of RGB (Red+Green+Blue) = 32+35+24=91 (12% of max value = 765). Red value is 32 (12.89% from 255 or 35.16% from 91); Green value is 35 (14.06% from 255 or 38.46% from 91); Blue value is 24 (9.77% from 255 or 26.37% from 91); Max value from RGB is 35 - color contains mainly: green. Hex color #202318 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #202318 is #DFDCE7. Grayscale: #202020. Windows color (decimal): -14671080 or 1581856. OLE color: 1581856.
HSL color Cylindrical-coordinate representation of color #202318: hue angle of 76.36º degrees, saturation: 0.19, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #202318 is Cyan = 0.09, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 32 | 35 | 24 | - |
| CMYK | 0.09 | 0 | 0.31 | 0.86 |
| HSL | 76.36º | 0.19% | 0.12% | - |
| HSV(B) | 76.36º | 0.31% | 0.14% | - |
| XYZ | 1.36 | 1.58 | 1.1 | - |
| YUV | 32.85 | 123.01 | 127.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 35 | 24 | 0.09 | 0 | 0.31 | 0.86 | 76.36 | 0.19 | 0.12 |
| Hex | 20 | 23 | 18 | 9 | 0 | 1F | 56 | 4C | 13 | C |
| Octal | 40 | 43 | 30 | 11 | 0 | 37 | 126 | 114 | 23 | 14 |
| Binary | 100000 | 100011 | 11000 | 1001 | 0 | 11111 | 1010110 | 1001100 | 10011 | 1100 |
Color Harmonies of #202318
Complementary color
Monochromatic Colors of #202318
Black with #202318
Text Example
Text Example
White with #202318
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202318; }
p { color: rgb(32,35,24); }
H1.HeaderClassName
{
color: #202318;
}
.AnyTagClassName
{
color: #202318;
}
</style>
background-color css
<style>
a { background-color: #202318; }
a { background-color: rgb(32,35,24); }
div.DivClassName
{
background-color: #202318;
}
.BgClassName
{
background-color: #202318;
}
</style>
border-color css
<style>
span { border-color: #202318; }
span { border-color: rgb(32,35,24); }
td.TdClassName
{
border-color: #202318;
}
.TagClassName
{
border-color: #202318;
}
</style>