Shades of Dark Spring Green #1A6F3D
Tints of Dark Spring Green #1A6F3D
RGB
CMYK
RGB Variations
Color information
#1A6F3D (or 0x1A6F3D) is known color: Dark Spring Green. HEX triplet: 1A, 6F and 3D. RGB value is (26,111,61). Sum of RGB (Red+Green+Blue) = 26+111+61=198 (26% of max value = 765). Red value is 26 (10.55% from 255 or 13.13% from 198); Green value is 111 (43.75% from 255 or 56.06% from 198); Blue value is 61 (24.22% from 255 or 30.81% from 198); Max value from RGB is 111 - color contains mainly: green. Hex color #1A6F3D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A6F3D is #E590C2. Grayscale: #4F4F4F. Windows color (decimal): -15044803 or 4026138. OLE color: 4026138.
HSL color Cylindrical-coordinate representation of color #1A6F3D: hue angle of 144.71º degrees, saturation: 0.62, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1A6F3D is Cyan = 0.77, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 26 | 111 | 61 | - |
| CMYK | 0.77 | 0 | 0.45 | 0.56 |
| HSL | 144.71º | 0.62% | 0.27% | - |
| HSV(B) | 144.71º | 0.77% | 0.44% | - |
| XYZ | 6.95 | 11.93 | 6.35 | - |
| YUV | 79.89 | 117.34 | 89.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 111 | 61 | 0.77 | 0 | 0.45 | 0.56 | 144.71 | 0.62 | 0.27 |
| Hex | 1A | 6F | 3D | 4D | 0 | 2D | 38 | 91 | 3E | 1B |
| Octal | 32 | 157 | 75 | 115 | 0 | 55 | 70 | 221 | 76 | 33 |
| Binary | 11010 | 1101111 | 111101 | 1001101 | 0 | 101101 | 111000 | 10010001 | 111110 | 11011 |
Color Harmonies of #1A6F3D
Complementary color
Monochromatic Colors of #1A6F3D
Black with #1A6F3D
Text Example
Text Example
White with #1A6F3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A6F3D; }
p { color: rgb(26,111,61); }
H1.HeaderClassName
{
color: #1A6F3D;
}
.AnyTagClassName
{
color: #1A6F3D;
}
</style>
background-color css
<style>
a { background-color: #1A6F3D; }
a { background-color: rgb(26,111,61); }
div.DivClassName
{
background-color: #1A6F3D;
}
.BgClassName
{
background-color: #1A6F3D;
}
</style>
border-color css
<style>
span { border-color: #1A6F3D; }
span { border-color: rgb(26,111,61); }
td.TdClassName
{
border-color: #1A6F3D;
}
.TagClassName
{
border-color: #1A6F3D;
}
</style>