Shades of Rangoon Green #282D18
Tints of Rangoon Green #282D18
RGB
CMYK
RGB Variations
Color information
#282D18 (or 0x282D18) is known color: Rangoon Green. HEX triplet: 28, 2D and 18. RGB value is (40,45,24). Sum of RGB (Red+Green+Blue) = 40+45+24=109 (14% of max value = 765). Red value is 40 (16.02% from 255 or 36.70% from 109); Green value is 45 (17.97% from 255 or 41.28% from 109); Blue value is 24 (9.77% from 255 or 22.02% from 109); Max value from RGB is 45 - color contains mainly: green. Hex color #282D18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #282D18 is #D7D2E7. Grayscale: #292929. Windows color (decimal): -14144232 or 1584424. OLE color: 1584424.
HSL color Cylindrical-coordinate representation of color #282D18: hue angle of 74.29º degrees, saturation: 0.3, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #282D18 is Cyan = 0.11, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 40 | 45 | 24 | - |
| CMYK | 0.11 | 0 | 0.47 | 0.82 |
| HSL | 74.29º | 0.3% | 0.14% | - |
| HSV(B) | 74.29º | 0.47% | 0.18% | - |
| XYZ | 1.98 | 2.39 | 1.22 | - |
| YUV | 41.11 | 118.34 | 127.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 45 | 24 | 0.11 | 0 | 0.47 | 0.82 | 74.29 | 0.3 | 0.14 |
| Hex | 28 | 2D | 18 | B | 0 | 2F | 52 | 4A | 1E | E |
| Octal | 50 | 55 | 30 | 13 | 0 | 57 | 122 | 112 | 36 | 16 |
| Binary | 101000 | 101101 | 11000 | 1011 | 0 | 101111 | 1010010 | 1001010 | 11110 | 1110 |
Color Harmonies of #282D18
Complementary color
Monochromatic Colors of #282D18
Black with #282D18
Text Example
Text Example
White with #282D18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282D18; }
p { color: rgb(40,45,24); }
H1.HeaderClassName
{
color: #282D18;
}
.AnyTagClassName
{
color: #282D18;
}
</style>
background-color css
<style>
a { background-color: #282D18; }
a { background-color: rgb(40,45,24); }
div.DivClassName
{
background-color: #282D18;
}
.BgClassName
{
background-color: #282D18;
}
</style>
border-color css
<style>
span { border-color: #282D18; }
span { border-color: rgb(40,45,24); }
td.TdClassName
{
border-color: #282D18;
}
.TagClassName
{
border-color: #282D18;
}
</style>