Shades of Nordic #1D3938
Tints of Nordic #1D3938
RGB
CMYK
RGB Variations
Color information
#1D3938 (or 0x1D3938) is known color: Nordic. HEX triplet: 1D, 39 and 38. RGB value is (29,57,56). Sum of RGB (Red+Green+Blue) = 29+57+56=142 (18% of max value = 765). Red value is 29 (11.72% from 255 or 20.42% from 142); Green value is 57 (22.66% from 255 or 40.14% from 142); Blue value is 56 (22.27% from 255 or 39.44% from 142); Max value from RGB is 57 - color contains mainly: green. Hex color #1D3938 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D3938 is #E2C6C7. Grayscale: #303030. Windows color (decimal): -14862024 or 3684637. OLE color: 3684637.
HSL color Cylindrical-coordinate representation of color #1D3938: hue angle of 177.86º degrees, saturation: 0.33, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #1D3938 is Cyan = 0.49, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 29 | 57 | 56 | - |
| CMYK | 0.49 | 0 | 0.02 | 0.78 |
| HSL | 177.86º | 0.33% | 0.17% | - |
| HSV(B) | 177.86º | 0.49% | 0.22% | - |
| XYZ | 2.68 | 3.47 | 4.27 | - |
| YUV | 48.51 | 132.22 | 114.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 57 | 56 | 0.49 | 0 | 0.02 | 0.78 | 177.86 | 0.33 | 0.17 |
| Hex | 1D | 39 | 38 | 31 | 0 | 2 | 4E | B2 | 21 | 11 |
| Octal | 35 | 71 | 70 | 61 | 0 | 2 | 116 | 262 | 41 | 21 |
| Binary | 11101 | 111001 | 111000 | 110001 | 0 | 10 | 1001110 | 10110010 | 100001 | 10001 |
Color Harmonies of #1D3938
Complementary color
Monochromatic Colors of #1D3938
Black with #1D3938
Text Example
Text Example
White with #1D3938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D3938; }
p { color: rgb(29,57,56); }
H1.HeaderClassName
{
color: #1D3938;
}
.AnyTagClassName
{
color: #1D3938;
}
</style>
background-color css
<style>
a { background-color: #1D3938; }
a { background-color: rgb(29,57,56); }
div.DivClassName
{
background-color: #1D3938;
}
.BgClassName
{
background-color: #1D3938;
}
</style>
border-color css
<style>
span { border-color: #1D3938; }
span { border-color: rgb(29,57,56); }
td.TdClassName
{
border-color: #1D3938;
}
.TagClassName
{
border-color: #1D3938;
}
</style>