Shades of Rangoon Green #242D0D
Tints of Rangoon Green #242D0D
RGB
CMYK
RGB Variations
Color information
#242D0D (or 0x242D0D) is known color: Rangoon Green. HEX triplet: 24, 2D and 0D. RGB value is (36,45,13). Sum of RGB (Red+Green+Blue) = 36+45+13=94 (12% of max value = 765). Red value is 36 (14.45% from 255 or 38.30% from 94); Green value is 45 (17.97% from 255 or 47.87% from 94); Blue value is 13 (5.47% from 255 or 13.83% from 94); Max value from RGB is 45 - color contains mainly: green. Hex color #242D0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #242D0D is #DBD2F2. Grayscale: #262626. Windows color (decimal): -14406387 or 863524. OLE color: 863524.
HSL color Cylindrical-coordinate representation of color #242D0D: hue angle of 76.88º degrees, saturation: 0.55, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #242D0D is Cyan = 0.2, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 36 | 45 | 13 | - |
| CMYK | 0.2 | 0 | 0.71 | 0.82 |
| HSL | 76.88º | 0.55% | 0.11% | - |
| HSV(B) | 76.88º | 0.71% | 0.18% | - |
| XYZ | 1.74 | 2.28 | 0.73 | - |
| YUV | 38.66 | 113.52 | 126.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 45 | 13 | 0.2 | 0 | 0.71 | 0.82 | 76.88 | 0.55 | 0.11 |
| Hex | 24 | 2D | D | 14 | 0 | 47 | 52 | 4D | 37 | B |
| Octal | 44 | 55 | 15 | 24 | 0 | 107 | 122 | 115 | 67 | 13 |
| Binary | 100100 | 101101 | 1101 | 10100 | 0 | 1000111 | 1010010 | 1001101 | 110111 | 1011 |
Color Harmonies of #242D0D
Complementary color
Monochromatic Colors of #242D0D
Black with #242D0D
Text Example
Text Example
White with #242D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242D0D; }
p { color: rgb(36,45,13); }
H1.HeaderClassName
{
color: #242D0D;
}
.AnyTagClassName
{
color: #242D0D;
}
</style>
background-color css
<style>
a { background-color: #242D0D; }
a { background-color: rgb(36,45,13); }
div.DivClassName
{
background-color: #242D0D;
}
.BgClassName
{
background-color: #242D0D;
}
</style>
border-color css
<style>
span { border-color: #242D0D; }
span { border-color: rgb(36,45,13); }
td.TdClassName
{
border-color: #242D0D;
}
.TagClassName
{
border-color: #242D0D;
}
</style>