Shades of Rangoon Green #282F19
Tints of Rangoon Green #282F19
RGB
CMYK
RGB Variations
Color information
#282F19 (or 0x282F19) is known color: Rangoon Green. HEX triplet: 28, 2F and 19. RGB value is (40,47,25). Sum of RGB (Red+Green+Blue) = 40+47+25=112 (14% of max value = 765). Red value is 40 (16.02% from 255 or 35.71% from 112); Green value is 47 (18.75% from 255 or 41.96% from 112); Blue value is 25 (10.16% from 255 or 22.32% from 112); Max value from RGB is 47 - color contains mainly: green. Hex color #282F19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #282F19 is #D7D0E6. Grayscale: #2A2A2A. Windows color (decimal): -14143719 or 1650472. OLE color: 1650472.
HSL color Cylindrical-coordinate representation of color #282F19: hue angle of 79.09º degrees, saturation: 0.31, 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 #282F19 is Cyan = 0.15, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 40 | 47 | 25 | - |
| CMYK | 0.15 | 0 | 0.47 | 0.82 |
| HSL | 79.09º | 0.31% | 0.14% | - |
| HSV(B) | 79.09º | 0.47% | 0.18% | - |
| XYZ | 2.07 | 2.55 | 1.3 | - |
| YUV | 42.4 | 118.18 | 126.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 47 | 25 | 0.15 | 0 | 0.47 | 0.82 | 79.09 | 0.31 | 0.14 |
| Hex | 28 | 2F | 19 | F | 0 | 2F | 52 | 4F | 1F | E |
| Octal | 50 | 57 | 31 | 17 | 0 | 57 | 122 | 117 | 37 | 16 |
| Binary | 101000 | 101111 | 11001 | 1111 | 0 | 101111 | 1010010 | 1001111 | 11111 | 1110 |
Color Harmonies of #282F19
Complementary color
Monochromatic Colors of #282F19
Black with #282F19
Text Example
Text Example
White with #282F19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282F19; }
p { color: rgb(40,47,25); }
H1.HeaderClassName
{
color: #282F19;
}
.AnyTagClassName
{
color: #282F19;
}
</style>
background-color css
<style>
a { background-color: #282F19; }
a { background-color: rgb(40,47,25); }
div.DivClassName
{
background-color: #282F19;
}
.BgClassName
{
background-color: #282F19;
}
</style>
border-color css
<style>
span { border-color: #282F19; }
span { border-color: rgb(40,47,25); }
td.TdClassName
{
border-color: #282F19;
}
.TagClassName
{
border-color: #282F19;
}
</style>