Shades of Rangoon Green #242A13
Tints of Rangoon Green #242A13
RGB
CMYK
RGB Variations
Color information
#242A13 (or 0x242A13) is known color: Rangoon Green. HEX triplet: 24, 2A and 13. RGB value is (36,42,19). Sum of RGB (Red+Green+Blue) = 36+42+19=97 (12% of max value = 765). Red value is 36 (14.45% from 255 or 37.11% from 97); Green value is 42 (16.80% from 255 or 43.30% from 97); Blue value is 19 (7.81% from 255 or 19.59% from 97); Max value from RGB is 42 - color contains mainly: green. Hex color #242A13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #242A13 is #DBD5EC. Grayscale: #252525. Windows color (decimal): -14407149 or 1255972. OLE color: 1255972.
HSL color Cylindrical-coordinate representation of color #242A13: hue angle of 75.65º degrees, saturation: 0.38, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #242A13 is Cyan = 0.14, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 36 | 42 | 19 | - |
| CMYK | 0.14 | 0 | 0.55 | 0.84 |
| HSL | 75.65º | 0.38% | 0.12% | - |
| HSV(B) | 75.65º | 0.55% | 0.16% | - |
| XYZ | 1.67 | 2.08 | 0.93 | - |
| YUV | 37.58 | 117.51 | 126.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 42 | 19 | 0.14 | 0 | 0.55 | 0.84 | 75.65 | 0.38 | 0.12 |
| Hex | 24 | 2A | 13 | E | 0 | 37 | 54 | 4C | 26 | C |
| Octal | 44 | 52 | 23 | 16 | 0 | 67 | 124 | 114 | 46 | 14 |
| Binary | 100100 | 101010 | 10011 | 1110 | 0 | 110111 | 1010100 | 1001100 | 100110 | 1100 |
Color Harmonies of #242A13
Complementary color
Monochromatic Colors of #242A13
Black with #242A13
Text Example
Text Example
White with #242A13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242A13; }
p { color: rgb(36,42,19); }
H1.HeaderClassName
{
color: #242A13;
}
.AnyTagClassName
{
color: #242A13;
}
</style>
background-color css
<style>
a { background-color: #242A13; }
a { background-color: rgb(36,42,19); }
div.DivClassName
{
background-color: #242A13;
}
.BgClassName
{
background-color: #242A13;
}
</style>
border-color css
<style>
span { border-color: #242A13; }
span { border-color: rgb(36,42,19); }
td.TdClassName
{
border-color: #242A13;
}
.TagClassName
{
border-color: #242A13;
}
</style>