Shades of Dark Spring Green #1A763E
Tints of Dark Spring Green #1A763E
RGB
CMYK
RGB Variations
Color information
#1A763E (or 0x1A763E) is known color: Dark Spring Green. HEX triplet: 1A, 76 and 3E. RGB value is (26,118,62). Sum of RGB (Red+Green+Blue) = 26+118+62=206 (27% of max value = 765). Red value is 26 (10.55% from 255 or 12.62% from 206); Green value is 118 (46.48% from 255 or 57.28% from 206); Blue value is 62 (24.61% from 255 or 30.10% from 206); Max value from RGB is 118 - color contains mainly: green. Hex color #1A763E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A763E is #E589C1. Grayscale: #545454. Windows color (decimal): -15043010 or 4093466. OLE color: 4093466.
HSL color Cylindrical-coordinate representation of color #1A763E: hue angle of 143.48º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1A763E is Cyan = 0.78, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 26 | 118 | 62 | - |
| CMYK | 0.78 | 0 | 0.47 | 0.54 |
| HSL | 143.48º | 0.64% | 0.28% | - |
| HSV(B) | 143.48º | 0.78% | 0.46% | - |
| XYZ | 7.77 | 13.52 | 6.76 | - |
| YUV | 84.11 | 115.52 | 86.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 118 | 62 | 0.78 | 0 | 0.47 | 0.54 | 143.48 | 0.64 | 0.28 |
| Hex | 1A | 76 | 3E | 4E | 0 | 2F | 36 | 8F | 40 | 1C |
| Octal | 32 | 166 | 76 | 116 | 0 | 57 | 66 | 217 | 100 | 34 |
| Binary | 11010 | 1110110 | 111110 | 1001110 | 0 | 101111 | 110110 | 10001111 | 1000000 | 11100 |
Color Harmonies of #1A763E
Complementary color
Monochromatic Colors of #1A763E
Black with #1A763E
Text Example
Text Example
White with #1A763E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A763E; }
p { color: rgb(26,118,62); }
H1.HeaderClassName
{
color: #1A763E;
}
.AnyTagClassName
{
color: #1A763E;
}
</style>
background-color css
<style>
a { background-color: #1A763E; }
a { background-color: rgb(26,118,62); }
div.DivClassName
{
background-color: #1A763E;
}
.BgClassName
{
background-color: #1A763E;
}
</style>
border-color css
<style>
span { border-color: #1A763E; }
span { border-color: rgb(26,118,62); }
td.TdClassName
{
border-color: #1A763E;
}
.TagClassName
{
border-color: #1A763E;
}
</style>