Shades of Dark Spring Green #1B773D
Tints of Dark Spring Green #1B773D
RGB
CMYK
RGB Variations
Color information
#1B773D (or 0x1B773D) is known color: Dark Spring Green. HEX triplet: 1B, 77 and 3D. RGB value is (27,119,61). Sum of RGB (Red+Green+Blue) = 27+119+61=207 (27% of max value = 765). Red value is 27 (10.94% from 255 or 13.04% from 207); Green value is 119 (46.88% from 255 or 57.49% from 207); Blue value is 61 (24.22% from 255 or 29.47% from 207); Max value from RGB is 119 - color contains mainly: green. Hex color #1B773D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B773D is #E488C2. Grayscale: #555555. Windows color (decimal): -14977219 or 4028187. OLE color: 4028187.
HSL color Cylindrical-coordinate representation of color #1B773D: hue angle of 142.17º degrees, saturation: 0.63, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1B773D is Cyan = 0.77, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 27 | 119 | 61 | - |
| CMYK | 0.77 | 0 | 0.49 | 0.53 |
| HSL | 142.17º | 0.63% | 0.29% | - |
| HSV(B) | 142.17º | 0.77% | 0.47% | - |
| XYZ | 7.89 | 13.76 | 6.66 | - |
| YUV | 84.88 | 114.52 | 86.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 119 | 61 | 0.77 | 0 | 0.49 | 0.53 | 142.17 | 0.63 | 0.29 |
| Hex | 1B | 77 | 3D | 4D | 0 | 31 | 35 | 8E | 3F | 1D |
| Octal | 33 | 167 | 75 | 115 | 0 | 61 | 65 | 216 | 77 | 35 |
| Binary | 11011 | 1110111 | 111101 | 1001101 | 0 | 110001 | 110101 | 10001110 | 111111 | 11101 |
Color Harmonies of #1B773D
Complementary color
Monochromatic Colors of #1B773D
Black with #1B773D
Text Example
Text Example
White with #1B773D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B773D; }
p { color: rgb(27,119,61); }
H1.HeaderClassName
{
color: #1B773D;
}
.AnyTagClassName
{
color: #1B773D;
}
</style>
background-color css
<style>
a { background-color: #1B773D; }
a { background-color: rgb(27,119,61); }
div.DivClassName
{
background-color: #1B773D;
}
.BgClassName
{
background-color: #1B773D;
}
</style>
border-color css
<style>
span { border-color: #1B773D; }
span { border-color: rgb(27,119,61); }
td.TdClassName
{
border-color: #1B773D;
}
.TagClassName
{
border-color: #1B773D;
}
</style>