Shades of Parsley #26582B
Tints of Parsley #26582B
RGB
CMYK
RGB Variations
Color information
#26582B (or 0x26582B) is known color: Parsley. HEX triplet: 26, 58 and 2B. RGB value is (38,88,43). Sum of RGB (Red+Green+Blue) = 38+88+43=169 (22% of max value = 765). Red value is 38 (15.23% from 255 or 22.49% from 169); Green value is 88 (34.77% from 255 or 52.07% from 169); Blue value is 43 (17.19% from 255 or 25.44% from 169); Max value from RGB is 88 - color contains mainly: green. Hex color #26582B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #26582B is #D9A7D4. Grayscale: #444444. Windows color (decimal): -14264277 or 2840614. OLE color: 2840614.
HSL color Cylindrical-coordinate representation of color #26582B: hue angle of 126º degrees, saturation: 0.4, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #26582B is Cyan = 0.57, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 38 | 88 | 43 | - |
| CMYK | 0.57 | 0 | 0.51 | 0.65 |
| HSL | 126º | 0.4% | 0.25% | - |
| HSV(B) | 126º | 0.57% | 0.35% | - |
| XYZ | 4.73 | 7.57 | 3.5 | - |
| YUV | 67.92 | 113.94 | 106.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 88 | 43 | 0.57 | 0 | 0.51 | 0.65 | 126 | 0.4 | 0.25 |
| Hex | 26 | 58 | 2B | 39 | 0 | 33 | 41 | 7E | 28 | 19 |
| Octal | 46 | 130 | 53 | 71 | 0 | 63 | 101 | 176 | 50 | 31 |
| Binary | 100110 | 1011000 | 101011 | 111001 | 0 | 110011 | 1000001 | 1111110 | 101000 | 11001 |
Color Harmonies of #26582B
Complementary color
Monochromatic Colors of #26582B
Black with #26582B
Text Example
Text Example
White with #26582B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26582B; }
p { color: rgb(38,88,43); }
H1.HeaderClassName
{
color: #26582B;
}
.AnyTagClassName
{
color: #26582B;
}
</style>
background-color css
<style>
a { background-color: #26582B; }
a { background-color: rgb(38,88,43); }
div.DivClassName
{
background-color: #26582B;
}
.BgClassName
{
background-color: #26582B;
}
</style>
border-color css
<style>
span { border-color: #26582B; }
span { border-color: rgb(38,88,43); }
td.TdClassName
{
border-color: #26582B;
}
.TagClassName
{
border-color: #26582B;
}
</style>