Shades of Rangoon Green #242818
Tints of Rangoon Green #242818
RGB
CMYK
RGB Variations
Color information
#242818 (or 0x242818) is known color: Rangoon Green. HEX triplet: 24, 28 and 18. RGB value is (36,40,24). Sum of RGB (Red+Green+Blue) = 36+40+24=100 (13% of max value = 765). Red value is 36 (14.45% from 255 or 36% from 100); Green value is 40 (16.02% from 255 or 40% from 100); Blue value is 24 (9.77% from 255 or 24% from 100); Max value from RGB is 40 - color contains mainly: green. Hex color #242818 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #242818 is #DBD7E7. Grayscale: #252525. Windows color (decimal): -14407656 or 1583140. OLE color: 1583140.
HSL color Cylindrical-coordinate representation of color #242818: hue angle of 75º degrees, saturation: 0.25, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #242818 is Cyan = 0.10, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 36 | 40 | 24 | - |
| CMYK | 0.10 | 0 | 0.40 | 0.84 |
| HSL | 75º | 0.25% | 0.13% | - |
| HSV(B) | 75º | 0.4% | 0.16% | - |
| XYZ | 1.65 | 1.96 | 1.16 | - |
| YUV | 36.98 | 120.67 | 127.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 40 | 24 | 0.10 | 0 | 0.40 | 0.84 | 75 | 0.25 | 0.13 |
| Hex | 24 | 28 | 18 | A | 0 | 28 | 54 | 4B | 19 | D |
| Octal | 44 | 50 | 30 | 12 | 0 | 50 | 124 | 113 | 31 | 15 |
| Binary | 100100 | 101000 | 11000 | 1010 | 0 | 101000 | 1010100 | 1001011 | 11001 | 1101 |
Color Harmonies of #242818
Complementary color
Monochromatic Colors of #242818
Black with #242818
Text Example
Text Example
White with #242818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242818; }
p { color: rgb(36,40,24); }
H1.HeaderClassName
{
color: #242818;
}
.AnyTagClassName
{
color: #242818;
}
</style>
background-color css
<style>
a { background-color: #242818; }
a { background-color: rgb(36,40,24); }
div.DivClassName
{
background-color: #242818;
}
.BgClassName
{
background-color: #242818;
}
</style>
border-color css
<style>
span { border-color: #242818; }
span { border-color: rgb(36,40,24); }
td.TdClassName
{
border-color: #242818;
}
.TagClassName
{
border-color: #242818;
}
</style>