Shades of Rangoon Green #212712
Tints of Rangoon Green #212712
RGB
CMYK
RGB Variations
Color information
#212712 (or 0x212712) is known color: Rangoon Green. HEX triplet: 21, 27 and 12. RGB value is (33,39,18). Sum of RGB (Red+Green+Blue) = 33+39+18=90 (11% of max value = 765). Red value is 33 (13.28% from 255 or 36.67% from 90); Green value is 39 (15.62% from 255 or 43.33% from 90); Blue value is 18 (7.42% from 255 or 20% from 90); Max value from RGB is 39 - color contains mainly: green. Hex color #212712 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #212712 is #DED8ED. Grayscale: #222222. Windows color (decimal): -14604526 or 1189665. OLE color: 1189665.
HSL color Cylindrical-coordinate representation of color #212712: hue angle of 77.14º degrees, saturation: 0.37, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #212712 is Cyan = 0.15, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 33 | 39 | 18 | - |
| CMYK | 0.15 | 0 | 0.54 | 0.85 |
| HSL | 77.14º | 0.37% | 0.11% | - |
| HSV(B) | 77.14º | 0.54% | 0.15% | - |
| XYZ | 1.46 | 1.82 | 0.85 | - |
| YUV | 34.81 | 118.51 | 126.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 39 | 18 | 0.15 | 0 | 0.54 | 0.85 | 77.14 | 0.37 | 0.11 |
| Hex | 21 | 27 | 12 | F | 0 | 36 | 55 | 4D | 25 | B |
| Octal | 41 | 47 | 22 | 17 | 0 | 66 | 125 | 115 | 45 | 13 |
| Binary | 100001 | 100111 | 10010 | 1111 | 0 | 110110 | 1010101 | 1001101 | 100101 | 1011 |
Color Harmonies of #212712
Complementary color
Monochromatic Colors of #212712
Black with #212712
Text Example
Text Example
White with #212712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212712; }
p { color: rgb(33,39,18); }
H1.HeaderClassName
{
color: #212712;
}
.AnyTagClassName
{
color: #212712;
}
</style>
background-color css
<style>
a { background-color: #212712; }
a { background-color: rgb(33,39,18); }
div.DivClassName
{
background-color: #212712;
}
.BgClassName
{
background-color: #212712;
}
</style>
border-color css
<style>
span { border-color: #212712; }
span { border-color: rgb(33,39,18); }
td.TdClassName
{
border-color: #212712;
}
.TagClassName
{
border-color: #212712;
}
</style>