Shades of Parsley #265C2B
Tints of Parsley #265C2B
RGB
CMYK
RGB Variations
Color information
#265C2B (or 0x265C2B) is known color: Parsley. HEX triplet: 26, 5C and 2B. RGB value is (38,92,43). Sum of RGB (Red+Green+Blue) = 38+92+43=173 (22% of max value = 765). Red value is 38 (15.23% from 255 or 21.97% from 173); Green value is 92 (36.33% from 255 or 53.18% from 173); Blue value is 43 (17.19% from 255 or 24.86% from 173); Max value from RGB is 92 - color contains mainly: green. Hex color #265C2B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #265C2B is #D9A3D4. Grayscale: #464646. Windows color (decimal): -14263253 or 2841638. OLE color: 2841638.
HSL color Cylindrical-coordinate representation of color #265C2B: hue angle of 125.56º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #265C2B is Cyan = 0.59, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 38 | 92 | 43 | - |
| CMYK | 0.59 | 0 | 0.53 | 0.64 |
| HSL | 125.56º | 0.42% | 0.25% | - |
| HSV(B) | 125.56º | 0.59% | 0.36% | - |
| XYZ | 5.06 | 8.24 | 3.61 | - |
| YUV | 70.27 | 112.61 | 104.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 92 | 43 | 0.59 | 0 | 0.53 | 0.64 | 125.56 | 0.42 | 0.25 |
| Hex | 26 | 5C | 2B | 3B | 0 | 35 | 40 | 7E | 2A | 19 |
| Octal | 46 | 134 | 53 | 73 | 0 | 65 | 100 | 176 | 52 | 31 |
| Binary | 100110 | 1011100 | 101011 | 111011 | 0 | 110101 | 1000000 | 1111110 | 101010 | 11001 |
Color Harmonies of #265C2B
Complementary color
Monochromatic Colors of #265C2B
Black with #265C2B
Text Example
Text Example
White with #265C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #265C2B; }
p { color: rgb(38,92,43); }
H1.HeaderClassName
{
color: #265C2B;
}
.AnyTagClassName
{
color: #265C2B;
}
</style>
background-color css
<style>
a { background-color: #265C2B; }
a { background-color: rgb(38,92,43); }
div.DivClassName
{
background-color: #265C2B;
}
.BgClassName
{
background-color: #265C2B;
}
</style>
border-color css
<style>
span { border-color: #265C2B; }
span { border-color: rgb(38,92,43); }
td.TdClassName
{
border-color: #265C2B;
}
.TagClassName
{
border-color: #265C2B;
}
</style>