Shades of Nordic #042C2D
Tints of Nordic #042C2D
RGB
CMYK
RGB Variations
Color information
#042C2D (or 0x042C2D) is known color: Nordic. HEX triplet: 04, 2C and 2D. RGB value is (4,44,45). Sum of RGB (Red+Green+Blue) = 4+44+45=93 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.30% from 93); Green value is 44 (17.58% from 255 or 47.31% from 93); Blue value is 45 (17.97% from 255 or 48.39% from 93); Max value from RGB is 45 - color contains mainly: blue. Hex color #042C2D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042C2D is #FBD3D2. Grayscale: #202020. Windows color (decimal): -16503763 or 2960388. OLE color: 2960388.
HSL color Cylindrical-coordinate representation of color #042C2D: hue angle of 181.46º degrees, saturation: 0.84, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #042C2D is Cyan = 0.91, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 4 | 44 | 45 | - |
| CMYK | 0.91 | 0.02 | 0 | 0.82 |
| HSL | 181.46º | 0.84% | 0.1% | - |
| HSV(B) | 181.46º | 0.91% | 0.18% | - |
| XYZ | 1.42 | 2.02 | 2.8 | - |
| YUV | 32.15 | 135.25 | 107.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 44 | 45 | 0.91 | 0.02 | 0 | 0.82 | 181.46 | 0.84 | 0.1 |
| Hex | 4 | 2C | 2D | 5B | 2 | 0 | 52 | B5 | 54 | A |
| Octal | 4 | 54 | 55 | 133 | 2 | 0 | 122 | 265 | 124 | 12 |
| Binary | 100 | 101100 | 101101 | 1011011 | 10 | 0 | 1010010 | 10110101 | 1010100 | 1010 |
Color Harmonies of #042C2D
Complementary color
Monochromatic Colors of #042C2D
Black with #042C2D
Text Example
Text Example
White with #042C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #042C2D; }
p { color: rgb(4,44,45); }
H1.HeaderClassName
{
color: #042C2D;
}
.AnyTagClassName
{
color: #042C2D;
}
</style>
background-color css
<style>
a { background-color: #042C2D; }
a { background-color: rgb(4,44,45); }
div.DivClassName
{
background-color: #042C2D;
}
.BgClassName
{
background-color: #042C2D;
}
</style>
border-color css
<style>
span { border-color: #042C2D; }
span { border-color: rgb(4,44,45); }
td.TdClassName
{
border-color: #042C2D;
}
.TagClassName
{
border-color: #042C2D;
}
</style>