Shades of Parsley #265128
Tints of Parsley #265128
RGB
CMYK
RGB Variations
Color information
#265128 (or 0x265128) is known color: Parsley. HEX triplet: 26, 51 and 28. RGB value is (38,81,40). Sum of RGB (Red+Green+Blue) = 38+81+40=159 (21% of max value = 765). Red value is 38 (15.23% from 255 or 23.90% from 159); Green value is 81 (32.03% from 255 or 50.94% from 159); Blue value is 40 (16.02% from 255 or 25.16% from 159); Max value from RGB is 81 - color contains mainly: green. Hex color #265128 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #265128 is #D9AED7. Grayscale: #3F3F3F. Windows color (decimal): -14266072 or 2642214. OLE color: 2642214.
HSL color Cylindrical-coordinate representation of color #265128: hue angle of 122.79º 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 #265128 is Cyan = 0.53, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 38 | 81 | 40 | - |
| CMYK | 0.53 | 0 | 0.51 | 0.68 |
| HSL | 122.79º | 0.36% | 0.23% | - |
| HSV(B) | 122.79º | 0.53% | 0.32% | - |
| XYZ | 4.12 | 6.45 | 3.04 | - |
| YUV | 63.47 | 114.75 | 109.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 81 | 40 | 0.53 | 0 | 0.51 | 0.68 | 122.79 | 0.36 | 0.23 |
| Hex | 26 | 51 | 28 | 35 | 0 | 33 | 44 | 7B | 24 | 17 |
| Octal | 46 | 121 | 50 | 65 | 0 | 63 | 104 | 173 | 44 | 27 |
| Binary | 100110 | 1010001 | 101000 | 110101 | 0 | 110011 | 1000100 | 1111011 | 100100 | 10111 |
Color Harmonies of #265128
Complementary color
Monochromatic Colors of #265128
Black with #265128
Text Example
Text Example
White with #265128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #265128; }
p { color: rgb(38,81,40); }
H1.HeaderClassName
{
color: #265128;
}
.AnyTagClassName
{
color: #265128;
}
</style>
background-color css
<style>
a { background-color: #265128; }
a { background-color: rgb(38,81,40); }
div.DivClassName
{
background-color: #265128;
}
.BgClassName
{
background-color: #265128;
}
</style>
border-color css
<style>
span { border-color: #265128; }
span { border-color: rgb(38,81,40); }
td.TdClassName
{
border-color: #265128;
}
.TagClassName
{
border-color: #265128;
}
</style>