Shades of Parsley #295C30
Tints of Parsley #295C30
RGB
CMYK
RGB Variations
Color information
#295C30 (or 0x295C30) is known color: Parsley. HEX triplet: 29, 5C and 30. RGB value is (41,92,48). Sum of RGB (Red+Green+Blue) = 41+92+48=181 (23% of max value = 765). Red value is 41 (16.41% from 255 or 22.65% from 181); Green value is 92 (36.33% from 255 or 50.83% from 181); Blue value is 48 (19.14% from 255 or 26.52% from 181); Max value from RGB is 92 - color contains mainly: green. Hex color #295C30 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #295C30 is #D6A3CF. Grayscale: #474747. Windows color (decimal): -14066640 or 3169321. OLE color: 3169321.
HSL color Cylindrical-coordinate representation of color #295C30: hue angle of 128.24º degrees, saturation: 0.38, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #295C30 is Cyan = 0.55, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 41 | 92 | 48 | - |
| CMYK | 0.55 | 0 | 0.48 | 0.64 |
| HSL | 128.24º | 0.38% | 0.26% | - |
| HSV(B) | 128.24º | 0.55% | 0.36% | - |
| XYZ | 5.28 | 8.34 | 4.13 | - |
| YUV | 71.74 | 114.6 | 106.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 92 | 48 | 0.55 | 0 | 0.48 | 0.64 | 128.24 | 0.38 | 0.26 |
| Hex | 29 | 5C | 30 | 37 | 0 | 30 | 40 | 80 | 26 | 1A |
| Octal | 51 | 134 | 60 | 67 | 0 | 60 | 100 | 200 | 46 | 32 |
| Binary | 101001 | 1011100 | 110000 | 110111 | 0 | 110000 | 1000000 | 10000000 | 100110 | 11010 |
Color Harmonies of #295C30
Complementary color
Monochromatic Colors of #295C30
Black with #295C30
Text Example
Text Example
White with #295C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295C30; }
p { color: rgb(41,92,48); }
H1.HeaderClassName
{
color: #295C30;
}
.AnyTagClassName
{
color: #295C30;
}
</style>
background-color css
<style>
a { background-color: #295C30; }
a { background-color: rgb(41,92,48); }
div.DivClassName
{
background-color: #295C30;
}
.BgClassName
{
background-color: #295C30;
}
</style>
border-color css
<style>
span { border-color: #295C30; }
span { border-color: rgb(41,92,48); }
td.TdClassName
{
border-color: #295C30;
}
.TagClassName
{
border-color: #295C30;
}
</style>