Shades of Parsley #275A2D
Tints of Parsley #275A2D
RGB
CMYK
RGB Variations
Color information
#275A2D (or 0x275A2D) is known color: Parsley. HEX triplet: 27, 5A and 2D. RGB value is (39,90,45). Sum of RGB (Red+Green+Blue) = 39+90+45=174 (23% of max value = 765). Red value is 39 (15.62% from 255 or 22.41% from 174); Green value is 90 (35.55% from 255 or 51.72% from 174); Blue value is 45 (17.97% from 255 or 25.86% from 174); Max value from RGB is 90 - color contains mainly: green. Hex color #275A2D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #275A2D is #D8A5D2. Grayscale: #454545. Windows color (decimal): -14198227 or 2972199. OLE color: 2972199.
HSL color Cylindrical-coordinate representation of color #275A2D: hue angle of 127.06º degrees, saturation: 0.4, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #275A2D is Cyan = 0.57, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 39 | 90 | 45 | - |
| CMYK | 0.57 | 0 | 0.50 | 0.65 |
| HSL | 127.06º | 0.4% | 0.25% | - |
| HSV(B) | 127.06º | 0.57% | 0.35% | - |
| XYZ | 4.97 | 7.93 | 3.75 | - |
| YUV | 69.62 | 114.1 | 106.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 90 | 45 | 0.57 | 0 | 0.50 | 0.65 | 127.06 | 0.4 | 0.25 |
| Hex | 27 | 5A | 2D | 39 | 0 | 32 | 41 | 7F | 28 | 19 |
| Octal | 47 | 132 | 55 | 71 | 0 | 62 | 101 | 177 | 50 | 31 |
| Binary | 100111 | 1011010 | 101101 | 111001 | 0 | 110010 | 1000001 | 1111111 | 101000 | 11001 |
Color Harmonies of #275A2D
Complementary color
Monochromatic Colors of #275A2D
Black with #275A2D
Text Example
Text Example
White with #275A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #275A2D; }
p { color: rgb(39,90,45); }
H1.HeaderClassName
{
color: #275A2D;
}
.AnyTagClassName
{
color: #275A2D;
}
</style>
background-color css
<style>
a { background-color: #275A2D; }
a { background-color: rgb(39,90,45); }
div.DivClassName
{
background-color: #275A2D;
}
.BgClassName
{
background-color: #275A2D;
}
</style>
border-color css
<style>
span { border-color: #275A2D; }
span { border-color: rgb(39,90,45); }
td.TdClassName
{
border-color: #275A2D;
}
.TagClassName
{
border-color: #275A2D;
}
</style>