Shades of Rangoon Green #282F18
Tints of Rangoon Green #282F18
RGB
CMYK
RGB Variations
Color information
#282F18 (or 0x282F18) is known color: Rangoon Green. HEX triplet: 28, 2F and 18. RGB value is (40,47,24). Sum of RGB (Red+Green+Blue) = 40+47+24=111 (14% of max value = 765). Red value is 40 (16.02% from 255 or 36.04% from 111); Green value is 47 (18.75% from 255 or 42.34% from 111); Blue value is 24 (9.77% from 255 or 21.62% from 111); Max value from RGB is 47 - color contains mainly: green. Hex color #282F18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #282F18 is #D7D0E7. Grayscale: #2A2A2A. Windows color (decimal): -14143720 or 1584936. OLE color: 1584936.
HSL color Cylindrical-coordinate representation of color #282F18: hue angle of 78.26º degrees, saturation: 0.32, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #282F18 is Cyan = 0.15, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 40 | 47 | 24 | - |
| CMYK | 0.15 | 0 | 0.49 | 0.82 |
| HSL | 78.26º | 0.32% | 0.14% | - |
| HSV(B) | 78.26º | 0.49% | 0.18% | - |
| XYZ | 2.06 | 2.55 | 1.25 | - |
| YUV | 42.29 | 117.68 | 126.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 47 | 24 | 0.15 | 0 | 0.49 | 0.82 | 78.26 | 0.32 | 0.14 |
| Hex | 28 | 2F | 18 | F | 0 | 31 | 52 | 4E | 20 | E |
| Octal | 50 | 57 | 30 | 17 | 0 | 61 | 122 | 116 | 40 | 16 |
| Binary | 101000 | 101111 | 11000 | 1111 | 0 | 110001 | 1010010 | 1001110 | 100000 | 1110 |
Color Harmonies of #282F18
Complementary color
Monochromatic Colors of #282F18
Black with #282F18
Text Example
Text Example
White with #282F18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282F18; }
p { color: rgb(40,47,24); }
H1.HeaderClassName
{
color: #282F18;
}
.AnyTagClassName
{
color: #282F18;
}
</style>
background-color css
<style>
a { background-color: #282F18; }
a { background-color: rgb(40,47,24); }
div.DivClassName
{
background-color: #282F18;
}
.BgClassName
{
background-color: #282F18;
}
</style>
border-color css
<style>
span { border-color: #282F18; }
span { border-color: rgb(40,47,24); }
td.TdClassName
{
border-color: #282F18;
}
.TagClassName
{
border-color: #282F18;
}
</style>