Shades of Sea Green #1D913D
Tints of Sea Green #1D913D
RGB
CMYK
RGB Variations
Color information
#1D913D (or 0x1D913D) is known color: Sea Green. HEX triplet: 1D, 91 and 3D. RGB value is (29,145,61). Sum of RGB (Red+Green+Blue) = 29+145+61=235 (31% of max value = 765). Red value is 29 (11.72% from 255 or 12.34% from 235); Green value is 145 (57.03% from 255 or 61.70% from 235); Blue value is 61 (24.22% from 255 or 25.96% from 235); Max value from RGB is 145 - color contains mainly: green. Hex color #1D913D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1D913D is #E26EC2. Grayscale: #646464. Windows color (decimal): -14839491 or 4034845. OLE color: 4034845.
HSL color Cylindrical-coordinate representation of color #1D913D: hue angle of 136.55º degrees, saturation: 0.67, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1D913D is Cyan = 0.8, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 29 | 145 | 61 | - |
| CMYK | 0.8 | 0 | 0.58 | 0.43 |
| HSL | 136.55º | 0.67% | 0.34% | - |
| HSV(B) | 136.55º | 0.8% | 0.57% | - |
| XYZ | 11.47 | 20.85 | 7.83 | - |
| YUV | 100.74 | 105.57 | 76.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 145 | 61 | 0.8 | 0 | 0.58 | 0.43 | 136.55 | 0.67 | 0.34 |
| Hex | 1D | 91 | 3D | 50 | 0 | 3A | 2B | 89 | 43 | 22 |
| Octal | 35 | 221 | 75 | 120 | 0 | 72 | 53 | 211 | 103 | 42 |
| Binary | 11101 | 10010001 | 111101 | 1010000 | 0 | 111010 | 101011 | 10001001 | 1000011 | 100010 |
Color Harmonies of #1D913D
Complementary color
Monochromatic Colors of #1D913D
Black with #1D913D
Text Example
Text Example
White with #1D913D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D913D; }
p { color: rgb(29,145,61); }
H1.HeaderClassName
{
color: #1D913D;
}
.AnyTagClassName
{
color: #1D913D;
}
</style>
background-color css
<style>
a { background-color: #1D913D; }
a { background-color: rgb(29,145,61); }
div.DivClassName
{
background-color: #1D913D;
}
.BgClassName
{
background-color: #1D913D;
}
</style>
border-color css
<style>
span { border-color: #1D913D; }
span { border-color: rgb(29,145,61); }
td.TdClassName
{
border-color: #1D913D;
}
.TagClassName
{
border-color: #1D913D;
}
</style>