Shades of Parsley #27602D
Tints of Parsley #27602D
RGB
CMYK
RGB Variations
Color information
#27602D (or 0x27602D) is known color: Parsley. HEX triplet: 27, 60 and 2D. RGB value is (39,96,45). Sum of RGB (Red+Green+Blue) = 39+96+45=180 (23% of max value = 765). Red value is 39 (15.62% from 255 or 21.67% from 180); Green value is 96 (37.89% from 255 or 53.33% from 180); Blue value is 45 (17.97% from 255 or 25% from 180); Max value from RGB is 96 - color contains mainly: green. Hex color #27602D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #27602D is #D89FD2. Grayscale: #494949. Windows color (decimal): -14196691 or 2973735. OLE color: 2973735.
HSL color Cylindrical-coordinate representation of color #27602D: hue angle of 126.32º degrees, saturation: 0.42, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #27602D is Cyan = 0.59, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 39 | 96 | 45 | - |
| CMYK | 0.59 | 0 | 0.53 | 0.62 |
| HSL | 126.32º | 0.42% | 0.26% | - |
| HSV(B) | 126.32º | 0.59% | 0.38% | - |
| XYZ | 5.49 | 8.99 | 3.93 | - |
| YUV | 73.14 | 112.12 | 103.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 96 | 45 | 0.59 | 0 | 0.53 | 0.62 | 126.32 | 0.42 | 0.26 |
| Hex | 27 | 60 | 2D | 3B | 0 | 35 | 3E | 7E | 2A | 1A |
| Octal | 47 | 140 | 55 | 73 | 0 | 65 | 76 | 176 | 52 | 32 |
| Binary | 100111 | 1100000 | 101101 | 111011 | 0 | 110101 | 111110 | 1111110 | 101010 | 11010 |
Color Harmonies of #27602D
Complementary color
Monochromatic Colors of #27602D
Black with #27602D
Text Example
Text Example
White with #27602D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27602D; }
p { color: rgb(39,96,45); }
H1.HeaderClassName
{
color: #27602D;
}
.AnyTagClassName
{
color: #27602D;
}
</style>
background-color css
<style>
a { background-color: #27602D; }
a { background-color: rgb(39,96,45); }
div.DivClassName
{
background-color: #27602D;
}
.BgClassName
{
background-color: #27602D;
}
</style>
border-color css
<style>
span { border-color: #27602D; }
span { border-color: rgb(39,96,45); }
td.TdClassName
{
border-color: #27602D;
}
.TagClassName
{
border-color: #27602D;
}
</style>