Shades of Sea Green #1D9340
Tints of Sea Green #1D9340
RGB
CMYK
RGB Variations
Color information
#1D9340 (or 0x1D9340) is known color: Sea Green. HEX triplet: 1D, 93 and 40. RGB value is (29,147,64). Sum of RGB (Red+Green+Blue) = 29+147+64=240 (31% of max value = 765). Red value is 29 (11.72% from 255 or 12.08% from 240); Green value is 147 (57.81% from 255 or 61.25% from 240); Blue value is 64 (25.39% from 255 or 26.67% from 240); Max value from RGB is 147 - color contains mainly: green. Hex color #1D9340 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1D9340 is #E26CBF. Grayscale: #666666. Windows color (decimal): -14838976 or 4231965. OLE color: 4231965.
HSL color Cylindrical-coordinate representation of color #1D9340: hue angle of 137.8º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1D9340 is Cyan = 0.80, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 29 | 147 | 64 | - |
| CMYK | 0.80 | 0 | 0.56 | 0.42 |
| HSL | 137.8º | 0.67% | 0.35% | - |
| HSV(B) | 137.8º | 0.8% | 0.58% | - |
| XYZ | 11.87 | 21.5 | 8.37 | - |
| YUV | 102.26 | 106.41 | 75.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 147 | 64 | 0.80 | 0 | 0.56 | 0.42 | 137.8 | 0.67 | 0.35 |
| Hex | 1D | 93 | 40 | 50 | 0 | 38 | 2A | 8A | 43 | 23 |
| Octal | 35 | 223 | 100 | 120 | 0 | 70 | 52 | 212 | 103 | 43 |
| Binary | 11101 | 10010011 | 1000000 | 1010000 | 0 | 111000 | 101010 | 10001010 | 1000011 | 100011 |
Color Harmonies of #1D9340
Complementary color
Monochromatic Colors of #1D9340
Black with #1D9340
Text Example
Text Example
White with #1D9340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D9340; }
p { color: rgb(29,147,64); }
H1.HeaderClassName
{
color: #1D9340;
}
.AnyTagClassName
{
color: #1D9340;
}
</style>
background-color css
<style>
a { background-color: #1D9340; }
a { background-color: rgb(29,147,64); }
div.DivClassName
{
background-color: #1D9340;
}
.BgClassName
{
background-color: #1D9340;
}
</style>
border-color css
<style>
span { border-color: #1D9340; }
span { border-color: rgb(29,147,64); }
td.TdClassName
{
border-color: #1D9340;
}
.TagClassName
{
border-color: #1D9340;
}
</style>