Shades of Rangoon Green #282E18
Tints of Rangoon Green #282E18
RGB
CMYK
RGB Variations
Color information
#282E18 (or 0x282E18) is known color: Rangoon Green. HEX triplet: 28, 2E and 18. RGB value is (40,46,24). Sum of RGB (Red+Green+Blue) = 40+46+24=110 (14% of max value = 765). Red value is 40 (16.02% from 255 or 36.36% from 110); Green value is 46 (18.36% from 255 or 41.82% from 110); Blue value is 24 (9.77% from 255 or 21.82% from 110); Max value from RGB is 46 - color contains mainly: green. Hex color #282E18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #282E18 is #D7D1E7. Grayscale: #292929. Windows color (decimal): -14143976 or 1584680. OLE color: 1584680.
HSL color Cylindrical-coordinate representation of color #282E18: hue angle of 76.36º degrees, saturation: 0.31, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #282E18 is Cyan = 0.13, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 40 | 46 | 24 | - |
| CMYK | 0.13 | 0 | 0.48 | 0.82 |
| HSL | 76.36º | 0.31% | 0.14% | - |
| HSV(B) | 76.36º | 0.48% | 0.18% | - |
| XYZ | 2.02 | 2.47 | 1.23 | - |
| YUV | 41.7 | 118.01 | 126.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 46 | 24 | 0.13 | 0 | 0.48 | 0.82 | 76.36 | 0.31 | 0.14 |
| Hex | 28 | 2E | 18 | D | 0 | 30 | 52 | 4C | 1F | E |
| Octal | 50 | 56 | 30 | 15 | 0 | 60 | 122 | 114 | 37 | 16 |
| Binary | 101000 | 101110 | 11000 | 1101 | 0 | 110000 | 1010010 | 1001100 | 11111 | 1110 |
Color Harmonies of #282E18
Complementary color
Monochromatic Colors of #282E18
Black with #282E18
Text Example
Text Example
White with #282E18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282E18; }
p { color: rgb(40,46,24); }
H1.HeaderClassName
{
color: #282E18;
}
.AnyTagClassName
{
color: #282E18;
}
</style>
background-color css
<style>
a { background-color: #282E18; }
a { background-color: rgb(40,46,24); }
div.DivClassName
{
background-color: #282E18;
}
.BgClassName
{
background-color: #282E18;
}
</style>
border-color css
<style>
span { border-color: #282E18; }
span { border-color: rgb(40,46,24); }
td.TdClassName
{
border-color: #282E18;
}
.TagClassName
{
border-color: #282E18;
}
</style>