Shades of Rangoon Green #232D08
Tints of Rangoon Green #232D08
RGB
CMYK
RGB Variations
Color information
#232D08 (or 0x232D08) is known color: Rangoon Green. HEX triplet: 23, 2D and 08. RGB value is (35,45,8). Sum of RGB (Red+Green+Blue) = 35+45+8=88 (11% of max value = 765). Red value is 35 (14.06% from 255 or 39.77% from 88); Green value is 45 (17.97% from 255 or 51.14% from 88); Blue value is 8 (3.52% from 255 or 9.09% from 88); Max value from RGB is 45 - color contains mainly: green. Hex color #232D08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #232D08 is #DCD2F7. Grayscale: #252525. Windows color (decimal): -14471928 or 535843. OLE color: 535843.
HSL color Cylindrical-coordinate representation of color #232D08: hue angle of 76.22º degrees, saturation: 0.7, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #232D08 is Cyan = 0.22, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 35 | 45 | 8 | - |
| CMYK | 0.22 | 0 | 0.82 | 0.82 |
| HSL | 76.22º | 0.7% | 0.1% | - |
| HSV(B) | 76.22º | 0.82% | 0.18% | - |
| XYZ | 1.68 | 2.25 | 0.58 | - |
| YUV | 37.79 | 111.19 | 126.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 45 | 8 | 0.22 | 0 | 0.82 | 0.82 | 76.22 | 0.7 | 0.1 |
| Hex | 23 | 2D | 8 | 16 | 0 | 52 | 52 | 4C | 46 | A |
| Octal | 43 | 55 | 10 | 26 | 0 | 122 | 122 | 114 | 106 | 12 |
| Binary | 100011 | 101101 | 1000 | 10110 | 0 | 1010010 | 1010010 | 1001100 | 1000110 | 1010 |
Color Harmonies of #232D08
Complementary color
Monochromatic Colors of #232D08
Black with #232D08
Text Example
Text Example
White with #232D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232D08; }
p { color: rgb(35,45,8); }
H1.HeaderClassName
{
color: #232D08;
}
.AnyTagClassName
{
color: #232D08;
}
</style>
background-color css
<style>
a { background-color: #232D08; }
a { background-color: rgb(35,45,8); }
div.DivClassName
{
background-color: #232D08;
}
.BgClassName
{
background-color: #232D08;
}
</style>
border-color css
<style>
span { border-color: #232D08; }
span { border-color: rgb(35,45,8); }
td.TdClassName
{
border-color: #232D08;
}
.TagClassName
{
border-color: #232D08;
}
</style>