Shades of Rangoon Green #232D04
Tints of Rangoon Green #232D04
RGB
CMYK
RGB Variations
Color information
#232D04 (or 0x232D04) is known color: Rangoon Green. HEX triplet: 23, 2D and 04. RGB value is (35,45,4). Sum of RGB (Red+Green+Blue) = 35+45+4=84 (11% of max value = 765). Red value is 35 (14.06% from 255 or 41.67% from 84); Green value is 45 (17.97% from 255 or 53.57% from 84); Blue value is 4 (1.95% from 255 or 4.76% from 84); Max value from RGB is 45 - color contains mainly: green. Hex color #232D04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #232D04 is #DCD2FB. Grayscale: #252525. Windows color (decimal): -14471932 or 273699. OLE color: 273699.
HSL color Cylindrical-coordinate representation of color #232D04: hue angle of 74.63º degrees, saturation: 0.84, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #232D04 is Cyan = 0.22, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 35 | 45 | 4 | - |
| CMYK | 0.22 | 0 | 0.91 | 0.82 |
| HSL | 74.63º | 0.84% | 0.1% | - |
| HSV(B) | 74.63º | 0.91% | 0.18% | - |
| XYZ | 1.65 | 2.24 | 0.46 | - |
| YUV | 37.34 | 109.19 | 126.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 45 | 4 | 0.22 | 0 | 0.91 | 0.82 | 74.63 | 0.84 | 0.1 |
| Hex | 23 | 2D | 4 | 16 | 0 | 5B | 52 | 4B | 54 | A |
| Octal | 43 | 55 | 4 | 26 | 0 | 133 | 122 | 113 | 124 | 12 |
| Binary | 100011 | 101101 | 100 | 10110 | 0 | 1011011 | 1010010 | 1001011 | 1010100 | 1010 |
Color Harmonies of #232D04
Complementary color
Monochromatic Colors of #232D04
Black with #232D04
Text Example
Text Example
White with #232D04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232D04; }
p { color: rgb(35,45,4); }
H1.HeaderClassName
{
color: #232D04;
}
.AnyTagClassName
{
color: #232D04;
}
</style>
background-color css
<style>
a { background-color: #232D04; }
a { background-color: rgb(35,45,4); }
div.DivClassName
{
background-color: #232D04;
}
.BgClassName
{
background-color: #232D04;
}
</style>
border-color css
<style>
span { border-color: #232D04; }
span { border-color: rgb(35,45,4); }
td.TdClassName
{
border-color: #232D04;
}
.TagClassName
{
border-color: #232D04;
}
</style>