Shades of Rangoon Green #26291F
Tints of Rangoon Green #26291F
RGB
CMYK
RGB Variations
Color information
#26291F (or 0x26291F) is known color: Rangoon Green. HEX triplet: 26, 29 and 1F. RGB value is (38,41,31). Sum of RGB (Red+Green+Blue) = 38+41+31=110 (14% of max value = 765). Red value is 38 (15.23% from 255 or 34.55% from 110); Green value is 41 (16.41% from 255 or 37.27% from 110); Blue value is 31 (12.5% from 255 or 28.18% from 110); Max value from RGB is 41 - color contains mainly: green. Hex color #26291F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #26291F is #D9D6E0. Grayscale: #272727. Windows color (decimal): -14276321 or 2042150. OLE color: 2042150.
HSL color Cylindrical-coordinate representation of color #26291F: hue angle of 78º degrees, saturation: 0.14, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #26291F is Cyan = 0.07, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 38 | 41 | 31 | - |
| CMYK | 0.07 | 0 | 0.24 | 0.84 |
| HSL | 78º | 0.14% | 0.14% | - |
| HSV(B) | 78º | 0.24% | 0.16% | - |
| XYZ | 1.84 | 2.1 | 1.6 | - |
| YUV | 38.96 | 123.51 | 127.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 41 | 31 | 0.07 | 0 | 0.24 | 0.84 | 78 | 0.14 | 0.14 |
| Hex | 26 | 29 | 1F | 7 | 0 | 18 | 54 | 4E | E | E |
| Octal | 46 | 51 | 37 | 7 | 0 | 30 | 124 | 116 | 16 | 16 |
| Binary | 100110 | 101001 | 11111 | 111 | 0 | 11000 | 1010100 | 1001110 | 1110 | 1110 |
Color Harmonies of #26291F
Complementary color
Monochromatic Colors of #26291F
Black with #26291F
Text Example
Text Example
White with #26291F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26291F; }
p { color: rgb(38,41,31); }
H1.HeaderClassName
{
color: #26291F;
}
.AnyTagClassName
{
color: #26291F;
}
</style>
background-color css
<style>
a { background-color: #26291F; }
a { background-color: rgb(38,41,31); }
div.DivClassName
{
background-color: #26291F;
}
.BgClassName
{
background-color: #26291F;
}
</style>
border-color css
<style>
span { border-color: #26291F; }
span { border-color: rgb(38,41,31); }
td.TdClassName
{
border-color: #26291F;
}
.TagClassName
{
border-color: #26291F;
}
</style>