Shades of Rangoon Green #242A14
Tints of Rangoon Green #242A14
RGB
CMYK
RGB Variations
Color information
#242A14 (or 0x242A14) is known color: Rangoon Green. HEX triplet: 24, 2A and 14. RGB value is (36,42,20). Sum of RGB (Red+Green+Blue) = 36+42+20=98 (12% of max value = 765). Red value is 36 (14.45% from 255 or 36.73% from 98); Green value is 42 (16.80% from 255 or 42.86% from 98); Blue value is 20 (8.20% from 255 or 20.41% from 98); Max value from RGB is 42 - color contains mainly: green. Hex color #242A14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #242A14 is #DBD5EB. Grayscale: #252525. Windows color (decimal): -14407148 or 1321508. OLE color: 1321508.
HSL color Cylindrical-coordinate representation of color #242A14: hue angle of 76.36º degrees, saturation: 0.35, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #242A14 is Cyan = 0.14, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 36 | 42 | 20 | - |
| CMYK | 0.14 | 0 | 0.52 | 0.84 |
| HSL | 76.36º | 0.35% | 0.12% | - |
| HSV(B) | 76.36º | 0.52% | 0.16% | - |
| XYZ | 1.68 | 2.08 | 0.97 | - |
| YUV | 37.7 | 118.01 | 126.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 42 | 20 | 0.14 | 0 | 0.52 | 0.84 | 76.36 | 0.35 | 0.12 |
| Hex | 24 | 2A | 14 | E | 0 | 34 | 54 | 4C | 23 | C |
| Octal | 44 | 52 | 24 | 16 | 0 | 64 | 124 | 114 | 43 | 14 |
| Binary | 100100 | 101010 | 10100 | 1110 | 0 | 110100 | 1010100 | 1001100 | 100011 | 1100 |
Color Harmonies of #242A14
Complementary color
Monochromatic Colors of #242A14
Black with #242A14
Text Example
Text Example
White with #242A14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242A14; }
p { color: rgb(36,42,20); }
H1.HeaderClassName
{
color: #242A14;
}
.AnyTagClassName
{
color: #242A14;
}
</style>
background-color css
<style>
a { background-color: #242A14; }
a { background-color: rgb(36,42,20); }
div.DivClassName
{
background-color: #242A14;
}
.BgClassName
{
background-color: #242A14;
}
</style>
border-color css
<style>
span { border-color: #242A14; }
span { border-color: rgb(36,42,20); }
td.TdClassName
{
border-color: #242A14;
}
.TagClassName
{
border-color: #242A14;
}
</style>