Shades of Rangoon Green #282E1C
Tints of Rangoon Green #282E1C
RGB
CMYK
RGB Variations
Color information
#282E1C (or 0x282E1C) is known color: Rangoon Green. HEX triplet: 28, 2E and 1C. RGB value is (40,46,28). Sum of RGB (Red+Green+Blue) = 40+46+28=114 (15% of max value = 765). Red value is 40 (16.02% from 255 or 35.09% from 114); Green value is 46 (18.36% from 255 or 40.35% from 114); Blue value is 28 (11.33% from 255 or 24.56% from 114); Max value from RGB is 46 - color contains mainly: green. Hex color #282E1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #282E1C is #D7D1E3. Grayscale: #2A2A2A. Windows color (decimal): -14143972 or 1846824. OLE color: 1846824.
HSL color Cylindrical-coordinate representation of color #282E1C: hue angle of 80º degrees, saturation: 0.24, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #282E1C is Cyan = 0.13, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 40 | 46 | 28 | - |
| CMYK | 0.13 | 0 | 0.39 | 0.82 |
| HSL | 80º | 0.24% | 0.15% | - |
| HSV(B) | 80º | 0.39% | 0.18% | - |
| XYZ | 2.06 | 2.49 | 1.47 | - |
| YUV | 42.15 | 120.01 | 126.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 46 | 28 | 0.13 | 0 | 0.39 | 0.82 | 80 | 0.24 | 0.15 |
| Hex | 28 | 2E | 1C | D | 0 | 27 | 52 | 50 | 18 | F |
| Octal | 50 | 56 | 34 | 15 | 0 | 47 | 122 | 120 | 30 | 17 |
| Binary | 101000 | 101110 | 11100 | 1101 | 0 | 100111 | 1010010 | 1010000 | 11000 | 1111 |
Color Harmonies of #282E1C
Complementary color
Monochromatic Colors of #282E1C
Black with #282E1C
Text Example
Text Example
White with #282E1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282E1C; }
p { color: rgb(40,46,28); }
H1.HeaderClassName
{
color: #282E1C;
}
.AnyTagClassName
{
color: #282E1C;
}
</style>
background-color css
<style>
a { background-color: #282E1C; }
a { background-color: rgb(40,46,28); }
div.DivClassName
{
background-color: #282E1C;
}
.BgClassName
{
background-color: #282E1C;
}
</style>
border-color css
<style>
span { border-color: #282E1C; }
span { border-color: rgb(40,46,28); }
td.TdClassName
{
border-color: #282E1C;
}
.TagClassName
{
border-color: #282E1C;
}
</style>