Shades of Rangoon Green #282E1B
Tints of Rangoon Green #282E1B
RGB
CMYK
RGB Variations
Color information
#282E1B (or 0x282E1B) is known color: Rangoon Green. HEX triplet: 28, 2E and 1B. RGB value is (40,46,27). Sum of RGB (Red+Green+Blue) = 40+46+27=113 (14% of max value = 765). Red value is 40 (16.02% from 255 or 35.40% from 113); Green value is 46 (18.36% from 255 or 40.71% from 113); Blue value is 27 (10.94% from 255 or 23.89% from 113); Max value from RGB is 46 - color contains mainly: green. Hex color #282E1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #282E1B is #D7D1E4. Grayscale: #2A2A2A. Windows color (decimal): -14143973 or 1781288. OLE color: 1781288.
HSL color Cylindrical-coordinate representation of color #282E1B: hue angle of 78.95º degrees, saturation: 0.26, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #282E1B is Cyan = 0.13, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 40 | 46 | 27 | - |
| CMYK | 0.13 | 0 | 0.41 | 0.82 |
| HSL | 78.95º | 0.26% | 0.14% | - |
| HSV(B) | 78.95º | 0.41% | 0.18% | - |
| XYZ | 2.05 | 2.48 | 1.41 | - |
| YUV | 42.04 | 119.51 | 126.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 46 | 27 | 0.13 | 0 | 0.41 | 0.82 | 78.95 | 0.26 | 0.14 |
| Hex | 28 | 2E | 1B | D | 0 | 29 | 52 | 4F | 1A | E |
| Octal | 50 | 56 | 33 | 15 | 0 | 51 | 122 | 117 | 32 | 16 |
| Binary | 101000 | 101110 | 11011 | 1101 | 0 | 101001 | 1010010 | 1001111 | 11010 | 1110 |
Color Harmonies of #282E1B
Complementary color
Monochromatic Colors of #282E1B
Black with #282E1B
Text Example
Text Example
White with #282E1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282E1B; }
p { color: rgb(40,46,27); }
H1.HeaderClassName
{
color: #282E1B;
}
.AnyTagClassName
{
color: #282E1B;
}
</style>
background-color css
<style>
a { background-color: #282E1B; }
a { background-color: rgb(40,46,27); }
div.DivClassName
{
background-color: #282E1B;
}
.BgClassName
{
background-color: #282E1B;
}
</style>
border-color css
<style>
span { border-color: #282E1B; }
span { border-color: rgb(40,46,27); }
td.TdClassName
{
border-color: #282E1B;
}
.TagClassName
{
border-color: #282E1B;
}
</style>