Shades of Parsley #1B5D22
Tints of Parsley #1B5D22
RGB
CMYK
RGB Variations
Color information
#1B5D22 (or 0x1B5D22) is known color: Parsley. HEX triplet: 1B, 5D and 22. RGB value is (27,93,34). Sum of RGB (Red+Green+Blue) = 27+93+34=154 (20% of max value = 765). Red value is 27 (10.94% from 255 or 17.53% from 154); Green value is 93 (36.72% from 255 or 60.39% from 154); Blue value is 34 (13.67% from 255 or 22.08% from 154); Max value from RGB is 93 - color contains mainly: green. Hex color #1B5D22 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B5D22 is #E4A2DD. Grayscale: #424242. Windows color (decimal): -14983902 or 2252059. OLE color: 2252059.
HSL color Cylindrical-coordinate representation of color #1B5D22: hue angle of 126.36º degrees, saturation: 0.55, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1B5D22 is Cyan = 0.71, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 27 | 93 | 34 | - |
| CMYK | 0.71 | 0 | 0.63 | 0.64 |
| HSL | 126.36º | 0.55% | 0.24% | - |
| HSV(B) | 126.36º | 0.71% | 0.36% | - |
| XYZ | 4.66 | 8.18 | 2.85 | - |
| YUV | 66.54 | 109.63 | 99.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 93 | 34 | 0.71 | 0 | 0.63 | 0.64 | 126.36 | 0.55 | 0.24 |
| Hex | 1B | 5D | 22 | 47 | 0 | 3F | 40 | 7E | 37 | 18 |
| Octal | 33 | 135 | 42 | 107 | 0 | 77 | 100 | 176 | 67 | 30 |
| Binary | 11011 | 1011101 | 100010 | 1000111 | 0 | 111111 | 1000000 | 1111110 | 110111 | 11000 |
Color Harmonies of #1B5D22
Complementary color
Monochromatic Colors of #1B5D22
Black with #1B5D22
Text Example
Text Example
White with #1B5D22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B5D22; }
p { color: rgb(27,93,34); }
H1.HeaderClassName
{
color: #1B5D22;
}
.AnyTagClassName
{
color: #1B5D22;
}
</style>
background-color css
<style>
a { background-color: #1B5D22; }
a { background-color: rgb(27,93,34); }
div.DivClassName
{
background-color: #1B5D22;
}
.BgClassName
{
background-color: #1B5D22;
}
</style>
border-color css
<style>
span { border-color: #1B5D22; }
span { border-color: rgb(27,93,34); }
td.TdClassName
{
border-color: #1B5D22;
}
.TagClassName
{
border-color: #1B5D22;
}
</style>