Shades of Rangoon Green #23261B
Tints of Rangoon Green #23261B
RGB
CMYK
RGB Variations
Color information
#23261B (or 0x23261B) is known color: Rangoon Green. HEX triplet: 23, 26 and 1B. RGB value is (35,38,27). Sum of RGB (Red+Green+Blue) = 35+38+27=100 (13% of max value = 765). Red value is 35 (14.06% from 255 or 35% from 100); Green value is 38 (15.23% from 255 or 38% from 100); Blue value is 27 (10.94% from 255 or 27% from 100); Max value from RGB is 38 - color contains mainly: green. Hex color #23261B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #23261B is #DCD9E4. Grayscale: #232323. Windows color (decimal): -14473701 or 1779235. OLE color: 1779235.
HSL color Cylindrical-coordinate representation of color #23261B: hue angle of 76.36º degrees, saturation: 0.17, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #23261B is Cyan = 0.08, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 35 | 38 | 27 | - |
| CMYK | 0.08 | 0 | 0.29 | 0.85 |
| HSL | 76.36º | 0.17% | 0.13% | - |
| HSV(B) | 76.36º | 0.29% | 0.15% | - |
| XYZ | 1.58 | 1.82 | 1.31 | - |
| YUV | 35.85 | 123.01 | 127.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 38 | 27 | 0.08 | 0 | 0.29 | 0.85 | 76.36 | 0.17 | 0.13 |
| Hex | 23 | 26 | 1B | 8 | 0 | 1D | 55 | 4C | 11 | D |
| Octal | 43 | 46 | 33 | 10 | 0 | 35 | 125 | 114 | 21 | 15 |
| Binary | 100011 | 100110 | 11011 | 1000 | 0 | 11101 | 1010101 | 1001100 | 10001 | 1101 |
Color Harmonies of #23261B
Complementary color
Monochromatic Colors of #23261B
Black with #23261B
Text Example
Text Example
White with #23261B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23261B; }
p { color: rgb(35,38,27); }
H1.HeaderClassName
{
color: #23261B;
}
.AnyTagClassName
{
color: #23261B;
}
</style>
background-color css
<style>
a { background-color: #23261B; }
a { background-color: rgb(35,38,27); }
div.DivClassName
{
background-color: #23261B;
}
.BgClassName
{
background-color: #23261B;
}
</style>
border-color css
<style>
span { border-color: #23261B; }
span { border-color: rgb(35,38,27); }
td.TdClassName
{
border-color: #23261B;
}
.TagClassName
{
border-color: #23261B;
}
</style>