Shades of Parsley #285C26
Tints of Parsley #285C26
RGB
CMYK
RGB Variations
Color information
#285C26 (or 0x285C26) is known color: Parsley. HEX triplet: 28, 5C and 26. RGB value is (40,92,38). Sum of RGB (Red+Green+Blue) = 40+92+38=170 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.53% from 170); Green value is 92 (36.33% from 255 or 54.12% from 170); Blue value is 38 (15.23% from 255 or 22.35% from 170); Max value from RGB is 92 - color contains mainly: green. Hex color #285C26 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #285C26 is #D7A3D9. Grayscale: #464646. Windows color (decimal): -14132186 or 2513960. OLE color: 2513960.
HSL color Cylindrical-coordinate representation of color #285C26: hue angle of 117.78º 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 #285C26 is Cyan = 0.57, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 40 | 92 | 38 | - |
| CMYK | 0.57 | 0 | 0.59 | 0.64 |
| HSL | 117.78º | 0.42% | 0.25% | - |
| HSV(B) | 117.78º | 0.59% | 0.36% | - |
| XYZ | 5.05 | 8.25 | 3.16 | - |
| YUV | 70.3 | 109.77 | 106.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 92 | 38 | 0.57 | 0 | 0.59 | 0.64 | 117.78 | 0.42 | 0.25 |
| Hex | 28 | 5C | 26 | 39 | 0 | 3B | 40 | 76 | 2A | 19 |
| Octal | 50 | 134 | 46 | 71 | 0 | 73 | 100 | 166 | 52 | 31 |
| Binary | 101000 | 1011100 | 100110 | 111001 | 0 | 111011 | 1000000 | 1110110 | 101010 | 11001 |
Color Harmonies of #285C26
Complementary color
Monochromatic Colors of #285C26
Black with #285C26
Text Example
Text Example
White with #285C26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285C26; }
p { color: rgb(40,92,38); }
H1.HeaderClassName
{
color: #285C26;
}
.AnyTagClassName
{
color: #285C26;
}
</style>
background-color css
<style>
a { background-color: #285C26; }
a { background-color: rgb(40,92,38); }
div.DivClassName
{
background-color: #285C26;
}
.BgClassName
{
background-color: #285C26;
}
</style>
border-color css
<style>
span { border-color: #285C26; }
span { border-color: rgb(40,92,38); }
td.TdClassName
{
border-color: #285C26;
}
.TagClassName
{
border-color: #285C26;
}
</style>