Shades of Parsley #275C26
Tints of Parsley #275C26
RGB
CMYK
RGB Variations
Color information
#275C26 (or 0x275C26) is known color: Parsley. HEX triplet: 27, 5C and 26. RGB value is (39,92,38). Sum of RGB (Red+Green+Blue) = 39+92+38=169 (22% of max value = 765). Red value is 39 (15.62% from 255 or 23.08% from 169); Green value is 92 (36.33% from 255 or 54.44% from 169); Blue value is 38 (15.23% from 255 or 22.49% from 169); Max value from RGB is 92 - color contains mainly: green. Hex color #275C26 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #275C26 is #D8A3D9. Grayscale: #464646. Windows color (decimal): -14197722 or 2513959. OLE color: 2513959.
HSL color Cylindrical-coordinate representation of color #275C26: hue angle of 118.89º 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 #275C26 is Cyan = 0.58, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 39 | 92 | 38 | - |
| CMYK | 0.58 | 0 | 0.59 | 0.64 |
| HSL | 118.89º | 0.42% | 0.25% | - |
| HSV(B) | 118.89º | 0.59% | 0.36% | - |
| XYZ | 5.01 | 8.23 | 3.16 | - |
| YUV | 70 | 109.94 | 105.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 92 | 38 | 0.58 | 0 | 0.59 | 0.64 | 118.89 | 0.42 | 0.25 |
| Hex | 27 | 5C | 26 | 3A | 0 | 3B | 40 | 77 | 2A | 19 |
| Octal | 47 | 134 | 46 | 72 | 0 | 73 | 100 | 167 | 52 | 31 |
| Binary | 100111 | 1011100 | 100110 | 111010 | 0 | 111011 | 1000000 | 1110111 | 101010 | 11001 |
Color Harmonies of #275C26
Complementary color
Monochromatic Colors of #275C26
Black with #275C26
Text Example
Text Example
White with #275C26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #275C26; }
p { color: rgb(39,92,38); }
H1.HeaderClassName
{
color: #275C26;
}
.AnyTagClassName
{
color: #275C26;
}
</style>
background-color css
<style>
a { background-color: #275C26; }
a { background-color: rgb(39,92,38); }
div.DivClassName
{
background-color: #275C26;
}
.BgClassName
{
background-color: #275C26;
}
</style>
border-color css
<style>
span { border-color: #275C26; }
span { border-color: rgb(39,92,38); }
td.TdClassName
{
border-color: #275C26;
}
.TagClassName
{
border-color: #275C26;
}
</style>