Shades of Rangoon Green #282F15
Tints of Rangoon Green #282F15
RGB
CMYK
RGB Variations
Color information
#282F15 (or 0x282F15) is known color: Rangoon Green. HEX triplet: 28, 2F and 15. RGB value is (40,47,21). Sum of RGB (Red+Green+Blue) = 40+47+21=108 (14% of max value = 765). Red value is 40 (16.02% from 255 or 37.04% from 108); Green value is 47 (18.75% from 255 or 43.52% from 108); Blue value is 21 (8.59% from 255 or 19.44% from 108); Max value from RGB is 47 - color contains mainly: green. Hex color #282F15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #282F15 is #D7D0EA. Grayscale: #2A2A2A. Windows color (decimal): -14143723 or 1388328. OLE color: 1388328.
HSL color Cylindrical-coordinate representation of color #282F15: hue angle of 76.15º degrees, saturation: 0.38, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #282F15 is Cyan = 0.15, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 40 | 47 | 21 | - |
| CMYK | 0.15 | 0 | 0.55 | 0.82 |
| HSL | 76.15º | 0.38% | 0.13% | - |
| HSV(B) | 76.15º | 0.55% | 0.18% | - |
| XYZ | 2.03 | 2.54 | 1.09 | - |
| YUV | 41.94 | 116.18 | 126.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 47 | 21 | 0.15 | 0 | 0.55 | 0.82 | 76.15 | 0.38 | 0.13 |
| Hex | 28 | 2F | 15 | F | 0 | 37 | 52 | 4C | 26 | D |
| Octal | 50 | 57 | 25 | 17 | 0 | 67 | 122 | 114 | 46 | 15 |
| Binary | 101000 | 101111 | 10101 | 1111 | 0 | 110111 | 1010010 | 1001100 | 100110 | 1101 |
Color Harmonies of #282F15
Complementary color
Monochromatic Colors of #282F15
Black with #282F15
Text Example
Text Example
White with #282F15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282F15; }
p { color: rgb(40,47,21); }
H1.HeaderClassName
{
color: #282F15;
}
.AnyTagClassName
{
color: #282F15;
}
</style>
background-color css
<style>
a { background-color: #282F15; }
a { background-color: rgb(40,47,21); }
div.DivClassName
{
background-color: #282F15;
}
.BgClassName
{
background-color: #282F15;
}
</style>
border-color css
<style>
span { border-color: #282F15; }
span { border-color: rgb(40,47,21); }
td.TdClassName
{
border-color: #282F15;
}
.TagClassName
{
border-color: #282F15;
}
</style>