Shades of Salem #1D824E
Tints of Salem #1D824E
RGB
CMYK
RGB Variations
Color information
#1D824E (or 0x1D824E) is known color: Salem. HEX triplet: 1D, 82 and 4E. RGB value is (29,130,78). Sum of RGB (Red+Green+Blue) = 29+130+78=237 (31% of max value = 765). Red value is 29 (11.72% from 255 or 12.24% from 237); Green value is 130 (51.17% from 255 or 54.85% from 237); Blue value is 78 (30.86% from 255 or 32.91% from 237); Max value from RGB is 130 - color contains mainly: green. Hex color #1D824E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1D824E is #E27DB1. Grayscale: #5D5D5D. Windows color (decimal): -14843314 or 5145117. OLE color: 5145117.
HSL color Cylindrical-coordinate representation of color #1D824E: hue angle of 149.11º 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 #1D824E is Cyan = 0.78, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 29 | 130 | 78 | - |
| CMYK | 0.78 | 0 | 0.40 | 0.49 |
| HSL | 149.11º | 0.64% | 0.31% | - |
| HSV(B) | 149.11º | 0.78% | 0.51% | - |
| XYZ | 9.86 | 16.78 | 9.93 | - |
| YUV | 93.87 | 119.04 | 81.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 130 | 78 | 0.78 | 0 | 0.40 | 0.49 | 149.11 | 0.64 | 0.31 |
| Hex | 1D | 82 | 4E | 4E | 0 | 28 | 31 | 95 | 40 | 1F |
| Octal | 35 | 202 | 116 | 116 | 0 | 50 | 61 | 225 | 100 | 37 |
| Binary | 11101 | 10000010 | 1001110 | 1001110 | 0 | 101000 | 110001 | 10010101 | 1000000 | 11111 |
Color Harmonies of #1D824E
Complementary color
Monochromatic Colors of #1D824E
Black with #1D824E
Text Example
Text Example
White with #1D824E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D824E; }
p { color: rgb(29,130,78); }
H1.HeaderClassName
{
color: #1D824E;
}
.AnyTagClassName
{
color: #1D824E;
}
</style>
background-color css
<style>
a { background-color: #1D824E; }
a { background-color: rgb(29,130,78); }
div.DivClassName
{
background-color: #1D824E;
}
.BgClassName
{
background-color: #1D824E;
}
</style>
border-color css
<style>
span { border-color: #1D824E; }
span { border-color: rgb(29,130,78); }
td.TdClassName
{
border-color: #1D824E;
}
.TagClassName
{
border-color: #1D824E;
}
</style>