Shades of Parsley #275C29
Tints of Parsley #275C29
RGB
CMYK
RGB Variations
Color information
#275C29 (or 0x275C29) is known color: Parsley. HEX triplet: 27, 5C and 29. RGB value is (39,92,41). Sum of RGB (Red+Green+Blue) = 39+92+41=172 (22% of max value = 765). Red value is 39 (15.62% from 255 or 22.67% from 172); Green value is 92 (36.33% from 255 or 53.49% from 172); Blue value is 41 (16.41% from 255 or 23.84% from 172); Max value from RGB is 92 - color contains mainly: green. Hex color #275C29 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #275C29 is #D8A3D6. Grayscale: #464646. Windows color (decimal): -14197719 or 2710567. OLE color: 2710567.
HSL color Cylindrical-coordinate representation of color #275C29: hue angle of 122.26º degrees, saturation: 0.4, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #275C29 is Cyan = 0.58, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 39 | 92 | 41 | - |
| CMYK | 0.58 | 0 | 0.55 | 0.64 |
| HSL | 122.26º | 0.4% | 0.26% | - |
| HSV(B) | 122.26º | 0.58% | 0.36% | - |
| XYZ | 5.06 | 8.25 | 3.42 | - |
| YUV | 70.34 | 111.44 | 105.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 92 | 41 | 0.58 | 0 | 0.55 | 0.64 | 122.26 | 0.4 | 0.26 |
| Hex | 27 | 5C | 29 | 3A | 0 | 37 | 40 | 7A | 28 | 1A |
| Octal | 47 | 134 | 51 | 72 | 0 | 67 | 100 | 172 | 50 | 32 |
| Binary | 100111 | 1011100 | 101001 | 111010 | 0 | 110111 | 1000000 | 1111010 | 101000 | 11010 |
Color Harmonies of #275C29
Complementary color
Monochromatic Colors of #275C29
Black with #275C29
Text Example
Text Example
White with #275C29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #275C29; }
p { color: rgb(39,92,41); }
H1.HeaderClassName
{
color: #275C29;
}
.AnyTagClassName
{
color: #275C29;
}
</style>
background-color css
<style>
a { background-color: #275C29; }
a { background-color: rgb(39,92,41); }
div.DivClassName
{
background-color: #275C29;
}
.BgClassName
{
background-color: #275C29;
}
</style>
border-color css
<style>
span { border-color: #275C29; }
span { border-color: rgb(39,92,41); }
td.TdClassName
{
border-color: #275C29;
}
.TagClassName
{
border-color: #275C29;
}
</style>