Shades of Parsley #265F2C
Tints of Parsley #265F2C
RGB
CMYK
RGB Variations
Color information
#265F2C (or 0x265F2C) is known color: Parsley. HEX triplet: 26, 5F and 2C. RGB value is (38,95,44). Sum of RGB (Red+Green+Blue) = 38+95+44=177 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.47% from 177); Green value is 95 (37.5% from 255 or 53.67% from 177); Blue value is 44 (17.58% from 255 or 24.86% from 177); Max value from RGB is 95 - color contains mainly: green. Hex color #265F2C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #265F2C is #D9A0D3. Grayscale: #484848. Windows color (decimal): -14262484 or 2907942. OLE color: 2907942.
HSL color Cylindrical-coordinate representation of color #265F2C: hue angle of 126.32º degrees, saturation: 0.43, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #265F2C is Cyan = 0.60, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 38 | 95 | 44 | - |
| CMYK | 0.60 | 0 | 0.54 | 0.63 |
| HSL | 126.32º | 0.43% | 0.26% | - |
| HSV(B) | 126.32º | 0.6% | 0.37% | - |
| XYZ | 5.35 | 8.78 | 3.8 | - |
| YUV | 72.14 | 112.12 | 103.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 95 | 44 | 0.60 | 0 | 0.54 | 0.63 | 126.32 | 0.43 | 0.26 |
| Hex | 26 | 5F | 2C | 3C | 0 | 36 | 3F | 7E | 2B | 1A |
| Octal | 46 | 137 | 54 | 74 | 0 | 66 | 77 | 176 | 53 | 32 |
| Binary | 100110 | 1011111 | 101100 | 111100 | 0 | 110110 | 111111 | 1111110 | 101011 | 11010 |
Color Harmonies of #265F2C
Complementary color
Monochromatic Colors of #265F2C
Black with #265F2C
Text Example
Text Example
White with #265F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #265F2C; }
p { color: rgb(38,95,44); }
H1.HeaderClassName
{
color: #265F2C;
}
.AnyTagClassName
{
color: #265F2C;
}
</style>
background-color css
<style>
a { background-color: #265F2C; }
a { background-color: rgb(38,95,44); }
div.DivClassName
{
background-color: #265F2C;
}
.BgClassName
{
background-color: #265F2C;
}
</style>
border-color css
<style>
span { border-color: #265F2C; }
span { border-color: rgb(38,95,44); }
td.TdClassName
{
border-color: #265F2C;
}
.TagClassName
{
border-color: #265F2C;
}
</style>