Shades of Rangoon Green #232A0F
Tints of Rangoon Green #232A0F
RGB
CMYK
RGB Variations
Color information
#232A0F (or 0x232A0F) is known color: Rangoon Green. HEX triplet: 23, 2A and 0F. RGB value is (35,42,15). Sum of RGB (Red+Green+Blue) = 35+42+15=92 (12% of max value = 765). Red value is 35 (14.06% from 255 or 38.04% from 92); Green value is 42 (16.80% from 255 or 45.65% from 92); Blue value is 15 (6.25% from 255 or 16.30% from 92); Max value from RGB is 42 - color contains mainly: green. Hex color #232A0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #232A0F is #DCD5F0. Grayscale: #242424. Windows color (decimal): -14472689 or 993827. OLE color: 993827.
HSL color Cylindrical-coordinate representation of color #232A0F: hue angle of 75.56º degrees, saturation: 0.47, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #232A0F is Cyan = 0.17, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 35 | 42 | 15 | - |
| CMYK | 0.17 | 0 | 0.64 | 0.84 |
| HSL | 75.56º | 0.47% | 0.11% | - |
| HSV(B) | 75.56º | 0.64% | 0.16% | - |
| XYZ | 1.61 | 2.05 | 0.76 | - |
| YUV | 36.83 | 115.68 | 126.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 42 | 15 | 0.17 | 0 | 0.64 | 0.84 | 75.56 | 0.47 | 0.11 |
| Hex | 23 | 2A | F | 11 | 0 | 40 | 54 | 4C | 2F | B |
| Octal | 43 | 52 | 17 | 21 | 0 | 100 | 124 | 114 | 57 | 13 |
| Binary | 100011 | 101010 | 1111 | 10001 | 0 | 1000000 | 1010100 | 1001100 | 101111 | 1011 |
Color Harmonies of #232A0F
Complementary color
Monochromatic Colors of #232A0F
Black with #232A0F
Text Example
Text Example
White with #232A0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232A0F; }
p { color: rgb(35,42,15); }
H1.HeaderClassName
{
color: #232A0F;
}
.AnyTagClassName
{
color: #232A0F;
}
</style>
background-color css
<style>
a { background-color: #232A0F; }
a { background-color: rgb(35,42,15); }
div.DivClassName
{
background-color: #232A0F;
}
.BgClassName
{
background-color: #232A0F;
}
</style>
border-color css
<style>
span { border-color: #232A0F; }
span { border-color: rgb(35,42,15); }
td.TdClassName
{
border-color: #232A0F;
}
.TagClassName
{
border-color: #232A0F;
}
</style>