Shades of Parsley #285C30
Tints of Parsley #285C30
RGB
CMYK
RGB Variations
Color information
#285C30 (or 0x285C30) is known color: Parsley. HEX triplet: 28, 5C and 30. RGB value is (40,92,48). Sum of RGB (Red+Green+Blue) = 40+92+48=180 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.22% from 180); Green value is 92 (36.33% from 255 or 51.11% from 180); Blue value is 48 (19.14% from 255 or 26.67% from 180); Max value from RGB is 92 - color contains mainly: green. Hex color #285C30 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #285C30 is #D7A3CF. Grayscale: #474747. Windows color (decimal): -14132176 or 3169320. OLE color: 3169320.
HSL color Cylindrical-coordinate representation of color #285C30: hue angle of 129.23º degrees, saturation: 0.39, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #285C30 is Cyan = 0.57, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 40 | 92 | 48 | - |
| CMYK | 0.57 | 0 | 0.48 | 0.64 |
| HSL | 129.23º | 0.39% | 0.26% | - |
| HSV(B) | 129.23º | 0.57% | 0.36% | - |
| XYZ | 5.24 | 8.32 | 4.13 | - |
| YUV | 71.44 | 114.77 | 105.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 92 | 48 | 0.57 | 0 | 0.48 | 0.64 | 129.23 | 0.39 | 0.26 |
| Hex | 28 | 5C | 30 | 39 | 0 | 30 | 40 | 81 | 27 | 1A |
| Octal | 50 | 134 | 60 | 71 | 0 | 60 | 100 | 201 | 47 | 32 |
| Binary | 101000 | 1011100 | 110000 | 111001 | 0 | 110000 | 1000000 | 10000001 | 100111 | 11010 |
Color Harmonies of #285C30
Complementary color
Monochromatic Colors of #285C30
Black with #285C30
Text Example
Text Example
White with #285C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285C30; }
p { color: rgb(40,92,48); }
H1.HeaderClassName
{
color: #285C30;
}
.AnyTagClassName
{
color: #285C30;
}
</style>
background-color css
<style>
a { background-color: #285C30; }
a { background-color: rgb(40,92,48); }
div.DivClassName
{
background-color: #285C30;
}
.BgClassName
{
background-color: #285C30;
}
</style>
border-color css
<style>
span { border-color: #285C30; }
span { border-color: rgb(40,92,48); }
td.TdClassName
{
border-color: #285C30;
}
.TagClassName
{
border-color: #285C30;
}
</style>