Shades of Parsley #265129
Tints of Parsley #265129
RGB
CMYK
RGB Variations
Color information
#265129 (or 0x265129) is known color: Parsley. HEX triplet: 26, 51 and 29. RGB value is (38,81,41). Sum of RGB (Red+Green+Blue) = 38+81+41=160 (21% of max value = 765). Red value is 38 (15.23% from 255 or 23.75% from 160); Green value is 81 (32.03% from 255 or 50.62% from 160); Blue value is 41 (16.41% from 255 or 25.62% from 160); Max value from RGB is 81 - color contains mainly: green. Hex color #265129 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #265129 is #D9AED6. Grayscale: #3F3F3F. Windows color (decimal): -14266071 or 2707750. OLE color: 2707750.
HSL color Cylindrical-coordinate representation of color #265129: hue angle of 124.19º 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 #265129 is Cyan = 0.53, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 38 | 81 | 41 | - |
| CMYK | 0.53 | 0 | 0.49 | 0.68 |
| HSL | 124.19º | 0.36% | 0.23% | - |
| HSV(B) | 124.19º | 0.53% | 0.32% | - |
| XYZ | 4.14 | 6.46 | 3.13 | - |
| YUV | 63.58 | 115.25 | 109.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 81 | 41 | 0.53 | 0 | 0.49 | 0.68 | 124.19 | 0.36 | 0.23 |
| Hex | 26 | 51 | 29 | 35 | 0 | 31 | 44 | 7C | 24 | 17 |
| Octal | 46 | 121 | 51 | 65 | 0 | 61 | 104 | 174 | 44 | 27 |
| Binary | 100110 | 1010001 | 101001 | 110101 | 0 | 110001 | 1000100 | 1111100 | 100100 | 10111 |
Color Harmonies of #265129
Complementary color
Monochromatic Colors of #265129
Black with #265129
Text Example
Text Example
White with #265129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #265129; }
p { color: rgb(38,81,41); }
H1.HeaderClassName
{
color: #265129;
}
.AnyTagClassName
{
color: #265129;
}
</style>
background-color css
<style>
a { background-color: #265129; }
a { background-color: rgb(38,81,41); }
div.DivClassName
{
background-color: #265129;
}
.BgClassName
{
background-color: #265129;
}
</style>
border-color css
<style>
span { border-color: #265129; }
span { border-color: rgb(38,81,41); }
td.TdClassName
{
border-color: #265129;
}
.TagClassName
{
border-color: #265129;
}
</style>