Shades of Rangoon Green #242C0F
Tints of Rangoon Green #242C0F
RGB
CMYK
RGB Variations
Color information
#242C0F (or 0x242C0F) is known color: Rangoon Green. HEX triplet: 24, 2C and 0F. RGB value is (36,44,15). Sum of RGB (Red+Green+Blue) = 36+44+15=95 (12% of max value = 765). Red value is 36 (14.45% from 255 or 37.89% from 95); Green value is 44 (17.58% from 255 or 46.32% from 95); Blue value is 15 (6.25% from 255 or 15.79% from 95); Max value from RGB is 44 - color contains mainly: green. Hex color #242C0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #242C0F is #DBD3F0. Grayscale: #262626. Windows color (decimal): -14406641 or 994340. OLE color: 994340.
HSL color Cylindrical-coordinate representation of color #242C0F: hue angle of 76.55º degrees, saturation: 0.49, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #242C0F is Cyan = 0.18, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 36 | 44 | 15 | - |
| CMYK | 0.18 | 0 | 0.66 | 0.83 |
| HSL | 76.55º | 0.49% | 0.12% | - |
| HSV(B) | 76.55º | 0.66% | 0.17% | - |
| XYZ | 1.71 | 2.21 | 0.79 | - |
| YUV | 38.3 | 114.85 | 126.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 44 | 15 | 0.18 | 0 | 0.66 | 0.83 | 76.55 | 0.49 | 0.12 |
| Hex | 24 | 2C | F | 12 | 0 | 42 | 53 | 4D | 31 | C |
| Octal | 44 | 54 | 17 | 22 | 0 | 102 | 123 | 115 | 61 | 14 |
| Binary | 100100 | 101100 | 1111 | 10010 | 0 | 1000010 | 1010011 | 1001101 | 110001 | 1100 |
Color Harmonies of #242C0F
Complementary color
Monochromatic Colors of #242C0F
Black with #242C0F
Text Example
Text Example
White with #242C0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242C0F; }
p { color: rgb(36,44,15); }
H1.HeaderClassName
{
color: #242C0F;
}
.AnyTagClassName
{
color: #242C0F;
}
</style>
background-color css
<style>
a { background-color: #242C0F; }
a { background-color: rgb(36,44,15); }
div.DivClassName
{
background-color: #242C0F;
}
.BgClassName
{
background-color: #242C0F;
}
</style>
border-color css
<style>
span { border-color: #242C0F; }
span { border-color: rgb(36,44,15); }
td.TdClassName
{
border-color: #242C0F;
}
.TagClassName
{
border-color: #242C0F;
}
</style>