Shades of Rangoon Green #20231A
Tints of Rangoon Green #20231A
RGB
CMYK
RGB Variations
Color information
#20231A (or 0x20231A) is known color: Rangoon Green. HEX triplet: 20, 23 and 1A. RGB value is (32,35,26). Sum of RGB (Red+Green+Blue) = 32+35+26=93 (12% of max value = 765). Red value is 32 (12.89% from 255 or 34.41% from 93); Green value is 35 (14.06% from 255 or 37.63% from 93); Blue value is 26 (10.55% from 255 or 27.96% from 93); Max value from RGB is 35 - color contains mainly: green. Hex color #20231A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #20231A is #DFDCE5. Grayscale: #212121. Windows color (decimal): -14671078 or 1712928. OLE color: 1712928.
HSL color Cylindrical-coordinate representation of color #20231A: hue angle of 80º degrees, saturation: 0.15, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #20231A is Cyan = 0.09, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 32 | 35 | 26 | - |
| CMYK | 0.09 | 0 | 0.26 | 0.86 |
| HSL | 80º | 0.15% | 0.12% | - |
| HSV(B) | 80º | 0.26% | 0.14% | - |
| XYZ | 1.38 | 1.58 | 1.21 | - |
| YUV | 33.08 | 124.01 | 127.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 35 | 26 | 0.09 | 0 | 0.26 | 0.86 | 80 | 0.15 | 0.12 |
| Hex | 20 | 23 | 1A | 9 | 0 | 1A | 56 | 50 | F | C |
| Octal | 40 | 43 | 32 | 11 | 0 | 32 | 126 | 120 | 17 | 14 |
| Binary | 100000 | 100011 | 11010 | 1001 | 0 | 11010 | 1010110 | 1010000 | 1111 | 1100 |
Color Harmonies of #20231A
Complementary color
Monochromatic Colors of #20231A
Black with #20231A
Text Example
Text Example
White with #20231A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20231A; }
p { color: rgb(32,35,26); }
H1.HeaderClassName
{
color: #20231A;
}
.AnyTagClassName
{
color: #20231A;
}
</style>
background-color css
<style>
a { background-color: #20231A; }
a { background-color: rgb(32,35,26); }
div.DivClassName
{
background-color: #20231A;
}
.BgClassName
{
background-color: #20231A;
}
</style>
border-color css
<style>
span { border-color: #20231A; }
span { border-color: rgb(32,35,26); }
td.TdClassName
{
border-color: #20231A;
}
.TagClassName
{
border-color: #20231A;
}
</style>