Shades of Parsley #26512B
Tints of Parsley #26512B
RGB
CMYK
RGB Variations
Color information
#26512B (or 0x26512B) is known color: Parsley. HEX triplet: 26, 51 and 2B. RGB value is (38,81,43). Sum of RGB (Red+Green+Blue) = 38+81+43=162 (21% of max value = 765). Red value is 38 (15.23% from 255 or 23.46% from 162); Green value is 81 (32.03% from 255 or 50% from 162); Blue value is 43 (17.19% from 255 or 26.54% from 162); Max value from RGB is 81 - color contains mainly: green. Hex color #26512B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #26512B is #D9AED4. Grayscale: #3F3F3F. Windows color (decimal): -14266069 or 2838822. OLE color: 2838822.
HSL color Cylindrical-coordinate representation of color #26512B: hue angle of 126.98º degrees, saturation: 0.36, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #26512B is Cyan = 0.53, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 38 | 81 | 43 | - |
| CMYK | 0.53 | 0 | 0.47 | 0.68 |
| HSL | 126.98º | 0.36% | 0.23% | - |
| HSV(B) | 126.98º | 0.53% | 0.32% | - |
| XYZ | 4.18 | 6.47 | 3.31 | - |
| YUV | 63.81 | 116.25 | 109.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 81 | 43 | 0.53 | 0 | 0.47 | 0.68 | 126.98 | 0.36 | 0.23 |
| Hex | 26 | 51 | 2B | 35 | 0 | 2F | 44 | 7F | 24 | 17 |
| Octal | 46 | 121 | 53 | 65 | 0 | 57 | 104 | 177 | 44 | 27 |
| Binary | 100110 | 1010001 | 101011 | 110101 | 0 | 101111 | 1000100 | 1111111 | 100100 | 10111 |
Color Harmonies of #26512B
Complementary color
Monochromatic Colors of #26512B
Black with #26512B
Text Example
Text Example
White with #26512B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26512B; }
p { color: rgb(38,81,43); }
H1.HeaderClassName
{
color: #26512B;
}
.AnyTagClassName
{
color: #26512B;
}
</style>
background-color css
<style>
a { background-color: #26512B; }
a { background-color: rgb(38,81,43); }
div.DivClassName
{
background-color: #26512B;
}
.BgClassName
{
background-color: #26512B;
}
</style>
border-color css
<style>
span { border-color: #26512B; }
span { border-color: rgb(38,81,43); }
td.TdClassName
{
border-color: #26512B;
}
.TagClassName
{
border-color: #26512B;
}
</style>