Shades of Rangoon Green #232914
Tints of Rangoon Green #232914
RGB
CMYK
RGB Variations
Color information
#232914 (or 0x232914) is known color: Rangoon Green. HEX triplet: 23, 29 and 14. RGB value is (35,41,20). Sum of RGB (Red+Green+Blue) = 35+41+20=96 (12% of max value = 765). Red value is 35 (14.06% from 255 or 36.46% from 96); Green value is 41 (16.41% from 255 or 42.71% from 96); Blue value is 20 (8.20% from 255 or 20.83% from 96); Max value from RGB is 41 - color contains mainly: green. Hex color #232914 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #232914 is #DCD6EB. Grayscale: #242424. Windows color (decimal): -14472940 or 1321251. OLE color: 1321251.
HSL color Cylindrical-coordinate representation of color #232914: hue angle of 77.14º degrees, saturation: 0.34, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #232914 is Cyan = 0.15, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 35 | 41 | 20 | - |
| CMYK | 0.15 | 0 | 0.51 | 0.84 |
| HSL | 77.14º | 0.34% | 0.12% | - |
| HSV(B) | 77.14º | 0.51% | 0.16% | - |
| XYZ | 1.61 | 1.99 | 0.96 | - |
| YUV | 36.81 | 118.51 | 126.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 41 | 20 | 0.15 | 0 | 0.51 | 0.84 | 77.14 | 0.34 | 0.12 |
| Hex | 23 | 29 | 14 | F | 0 | 33 | 54 | 4D | 22 | C |
| Octal | 43 | 51 | 24 | 17 | 0 | 63 | 124 | 115 | 42 | 14 |
| Binary | 100011 | 101001 | 10100 | 1111 | 0 | 110011 | 1010100 | 1001101 | 100010 | 1100 |
Color Harmonies of #232914
Complementary color
Monochromatic Colors of #232914
Black with #232914
Text Example
Text Example
White with #232914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232914; }
p { color: rgb(35,41,20); }
H1.HeaderClassName
{
color: #232914;
}
.AnyTagClassName
{
color: #232914;
}
</style>
background-color css
<style>
a { background-color: #232914; }
a { background-color: rgb(35,41,20); }
div.DivClassName
{
background-color: #232914;
}
.BgClassName
{
background-color: #232914;
}
</style>
border-color css
<style>
span { border-color: #232914; }
span { border-color: rgb(35,41,20); }
td.TdClassName
{
border-color: #232914;
}
.TagClassName
{
border-color: #232914;
}
</style>