Shades of Rangoon Green #262820
Tints of Rangoon Green #262820
RGB
CMYK
RGB Variations
Color information
#262820 (or 0x262820) is known color: Rangoon Green. HEX triplet: 26, 28 and 20. RGB value is (38,40,32). Sum of RGB (Red+Green+Blue) = 38+40+32=110 (14% of max value = 765). Red value is 38 (15.23% from 255 or 34.55% from 110); Green value is 40 (16.02% from 255 or 36.36% from 110); Blue value is 32 (12.89% from 255 or 29.09% from 110); Max value from RGB is 40 - color contains mainly: green. Hex color #262820 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #262820 is #D9D7DF. Grayscale: #262626. Windows color (decimal): -14276576 or 2107430. OLE color: 2107430.
HSL color Cylindrical-coordinate representation of color #262820: hue angle of 75º degrees, saturation: 0.11, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #262820 is Cyan = 0.05, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 38 | 40 | 32 | - |
| CMYK | 0.05 | 0 | 0.20 | 0.84 |
| HSL | 75º | 0.11% | 0.14% | - |
| HSV(B) | 75º | 0.2% | 0.16% | - |
| XYZ | 1.82 | 2.03 | 1.66 | - |
| YUV | 38.49 | 124.34 | 127.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 40 | 32 | 0.05 | 0 | 0.20 | 0.84 | 75 | 0.11 | 0.14 |
| Hex | 26 | 28 | 20 | 5 | 0 | 14 | 54 | 4B | B | E |
| Octal | 46 | 50 | 40 | 5 | 0 | 24 | 124 | 113 | 13 | 16 |
| Binary | 100110 | 101000 | 100000 | 101 | 0 | 10100 | 1010100 | 1001011 | 1011 | 1110 |
Color Harmonies of #262820
Complementary color
Monochromatic Colors of #262820
Black with #262820
Text Example
Text Example
White with #262820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262820; }
p { color: rgb(38,40,32); }
H1.HeaderClassName
{
color: #262820;
}
.AnyTagClassName
{
color: #262820;
}
</style>
background-color css
<style>
a { background-color: #262820; }
a { background-color: rgb(38,40,32); }
div.DivClassName
{
background-color: #262820;
}
.BgClassName
{
background-color: #262820;
}
</style>
border-color css
<style>
span { border-color: #262820; }
span { border-color: rgb(38,40,32); }
td.TdClassName
{
border-color: #262820;
}
.TagClassName
{
border-color: #262820;
}
</style>