Shades of Rangoon Green #232A13
Tints of Rangoon Green #232A13
RGB
CMYK
RGB Variations
Color information
#232A13 (or 0x232A13) is known color: Rangoon Green. HEX triplet: 23, 2A and 13. RGB value is (35,42,19). Sum of RGB (Red+Green+Blue) = 35+42+19=96 (12% of max value = 765). Red value is 35 (14.06% from 255 or 36.46% from 96); Green value is 42 (16.80% from 255 or 43.75% from 96); Blue value is 19 (7.81% from 255 or 19.79% from 96); Max value from RGB is 42 - color contains mainly: green. Hex color #232A13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #232A13 is #DCD5EC. Grayscale: #252525. Windows color (decimal): -14472685 or 1255971. OLE color: 1255971.
HSL color Cylindrical-coordinate representation of color #232A13: hue angle of 78.26º degrees, saturation: 0.38, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #232A13 is Cyan = 0.17, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 35 | 42 | 19 | - |
| CMYK | 0.17 | 0 | 0.55 | 0.84 |
| HSL | 78.26º | 0.38% | 0.12% | - |
| HSV(B) | 78.26º | 0.55% | 0.16% | - |
| XYZ | 1.64 | 2.06 | 0.93 | - |
| YUV | 37.29 | 117.68 | 126.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 42 | 19 | 0.17 | 0 | 0.55 | 0.84 | 78.26 | 0.38 | 0.12 |
| Hex | 23 | 2A | 13 | 11 | 0 | 37 | 54 | 4E | 26 | C |
| Octal | 43 | 52 | 23 | 21 | 0 | 67 | 124 | 116 | 46 | 14 |
| Binary | 100011 | 101010 | 10011 | 10001 | 0 | 110111 | 1010100 | 1001110 | 100110 | 1100 |
Color Harmonies of #232A13
Complementary color
Monochromatic Colors of #232A13
Black with #232A13
Text Example
Text Example
White with #232A13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232A13; }
p { color: rgb(35,42,19); }
H1.HeaderClassName
{
color: #232A13;
}
.AnyTagClassName
{
color: #232A13;
}
</style>
background-color css
<style>
a { background-color: #232A13; }
a { background-color: rgb(35,42,19); }
div.DivClassName
{
background-color: #232A13;
}
.BgClassName
{
background-color: #232A13;
}
</style>
border-color css
<style>
span { border-color: #232A13; }
span { border-color: rgb(35,42,19); }
td.TdClassName
{
border-color: #232A13;
}
.TagClassName
{
border-color: #232A13;
}
</style>