Shades of Deep Sea #1D825B
Tints of Deep Sea #1D825B
RGB
CMYK
RGB Variations
Color information
#1D825B (or 0x1D825B) is known color: Deep Sea. HEX triplet: 1D, 82 and 5B. RGB value is (29,130,91). Sum of RGB (Red+Green+Blue) = 29+130+91=250 (33% of max value = 765). Red value is 29 (11.72% from 255 or 11.6% from 250); Green value is 130 (51.17% from 255 or 52% from 250); Blue value is 91 (35.94% from 255 or 36.4% from 250); Max value from RGB is 130 - color contains mainly: green. Hex color #1D825B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1D825B is #E27DA4. Grayscale: #5F5F5F. Windows color (decimal): -14843301 or 5997085. OLE color: 5997085.
HSL color Cylindrical-coordinate representation of color #1D825B: hue angle of 156.83º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1D825B is Cyan = 0.78, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 29 | 130 | 91 | - |
| CMYK | 0.78 | 0 | 0.30 | 0.49 |
| HSL | 156.83º | 0.64% | 0.31% | - |
| HSV(B) | 156.83º | 0.78% | 0.51% | - |
| XYZ | 10.38 | 16.98 | 12.63 | - |
| YUV | 95.36 | 125.54 | 80.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 130 | 91 | 0.78 | 0 | 0.30 | 0.49 | 156.83 | 0.64 | 0.31 |
| Hex | 1D | 82 | 5B | 4E | 0 | 1E | 31 | 9D | 40 | 1F |
| Octal | 35 | 202 | 133 | 116 | 0 | 36 | 61 | 235 | 100 | 37 |
| Binary | 11101 | 10000010 | 1011011 | 1001110 | 0 | 11110 | 110001 | 10011101 | 1000000 | 11111 |
Color Harmonies of #1D825B
Complementary color
Monochromatic Colors of #1D825B
Black with #1D825B
Text Example
Text Example
White with #1D825B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D825B; }
p { color: rgb(29,130,91); }
H1.HeaderClassName
{
color: #1D825B;
}
.AnyTagClassName
{
color: #1D825B;
}
</style>
background-color css
<style>
a { background-color: #1D825B; }
a { background-color: rgb(29,130,91); }
div.DivClassName
{
background-color: #1D825B;
}
.BgClassName
{
background-color: #1D825B;
}
</style>
border-color css
<style>
span { border-color: #1D825B; }
span { border-color: rgb(29,130,91); }
td.TdClassName
{
border-color: #1D825B;
}
.TagClassName
{
border-color: #1D825B;
}
</style>