Shades of Dark Spring Green #27704D
Tints of Dark Spring Green #27704D
RGB
CMYK
RGB Variations
Color information
#27704D (or 0x27704D) is known color: Dark Spring Green. HEX triplet: 27, 70 and 4D. RGB value is (39,112,77). Sum of RGB (Red+Green+Blue) = 39+112+77=228 (30% of max value = 765). Red value is 39 (15.62% from 255 or 17.11% from 228); Green value is 112 (44.14% from 255 or 49.12% from 228); Blue value is 77 (30.47% from 255 or 33.77% from 228); Max value from RGB is 112 - color contains mainly: green. Hex color #27704D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #27704D is #D88FB2. Grayscale: #565656. Windows color (decimal): -14192563 or 5074983. OLE color: 5074983.
HSL color Cylindrical-coordinate representation of color #27704D: hue angle of 151.23º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #27704D is Cyan = 0.65, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 39 | 112 | 77 | - |
| CMYK | 0.65 | 0 | 0.31 | 0.56 |
| HSL | 151.23º | 0.48% | 0.3% | - |
| HSV(B) | 151.23º | 0.65% | 0.44% | - |
| XYZ | 7.97 | 12.56 | 9.02 | - |
| YUV | 86.18 | 122.82 | 94.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 112 | 77 | 0.65 | 0 | 0.31 | 0.56 | 151.23 | 0.48 | 0.3 |
| Hex | 27 | 70 | 4D | 41 | 0 | 1F | 38 | 97 | 30 | 1E |
| Octal | 47 | 160 | 115 | 101 | 0 | 37 | 70 | 227 | 60 | 36 |
| Binary | 100111 | 1110000 | 1001101 | 1000001 | 0 | 11111 | 111000 | 10010111 | 110000 | 11110 |
Color Harmonies of #27704D
Complementary color
Monochromatic Colors of #27704D
Black with #27704D
Text Example
Text Example
White with #27704D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27704D; }
p { color: rgb(39,112,77); }
H1.HeaderClassName
{
color: #27704D;
}
.AnyTagClassName
{
color: #27704D;
}
</style>
background-color css
<style>
a { background-color: #27704D; }
a { background-color: rgb(39,112,77); }
div.DivClassName
{
background-color: #27704D;
}
.BgClassName
{
background-color: #27704D;
}
</style>
border-color css
<style>
span { border-color: #27704D; }
span { border-color: rgb(39,112,77); }
td.TdClassName
{
border-color: #27704D;
}
.TagClassName
{
border-color: #27704D;
}
</style>