Shades of Parsley #1B5C22
Tints of Parsley #1B5C22
RGB
CMYK
RGB Variations
Color information
#1B5C22 (or 0x1B5C22) is known color: Parsley. HEX triplet: 1B, 5C and 22. RGB value is (27,92,34). Sum of RGB (Red+Green+Blue) = 27+92+34=153 (20% of max value = 765). Red value is 27 (10.94% from 255 or 17.65% from 153); Green value is 92 (36.33% from 255 or 60.13% from 153); Blue value is 34 (13.67% from 255 or 22.22% from 153); Max value from RGB is 92 - color contains mainly: green. Hex color #1B5C22 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B5C22 is #E4A3DD. Grayscale: #424242. Windows color (decimal): -14984158 or 2251803. OLE color: 2251803.
HSL color Cylindrical-coordinate representation of color #1B5C22: hue angle of 126.46º degrees, saturation: 0.55, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1B5C22 is Cyan = 0.71, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 27 | 92 | 34 | - |
| CMYK | 0.71 | 0 | 0.63 | 0.64 |
| HSL | 126.46º | 0.55% | 0.23% | - |
| HSV(B) | 126.46º | 0.71% | 0.36% | - |
| XYZ | 4.57 | 8 | 2.82 | - |
| YUV | 65.95 | 109.97 | 100.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 92 | 34 | 0.71 | 0 | 0.63 | 0.64 | 126.46 | 0.55 | 0.23 |
| Hex | 1B | 5C | 22 | 47 | 0 | 3F | 40 | 7E | 37 | 17 |
| Octal | 33 | 134 | 42 | 107 | 0 | 77 | 100 | 176 | 67 | 27 |
| Binary | 11011 | 1011100 | 100010 | 1000111 | 0 | 111111 | 1000000 | 1111110 | 110111 | 10111 |
Color Harmonies of #1B5C22
Complementary color
Monochromatic Colors of #1B5C22
Black with #1B5C22
Text Example
Text Example
White with #1B5C22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B5C22; }
p { color: rgb(27,92,34); }
H1.HeaderClassName
{
color: #1B5C22;
}
.AnyTagClassName
{
color: #1B5C22;
}
</style>
background-color css
<style>
a { background-color: #1B5C22; }
a { background-color: rgb(27,92,34); }
div.DivClassName
{
background-color: #1B5C22;
}
.BgClassName
{
background-color: #1B5C22;
}
</style>
border-color css
<style>
span { border-color: #1B5C22; }
span { border-color: rgb(27,92,34); }
td.TdClassName
{
border-color: #1B5C22;
}
.TagClassName
{
border-color: #1B5C22;
}
</style>