Shades of Nordic #042E2F
Tints of Nordic #042E2F
RGB
CMYK
RGB Variations
Color information
#042E2F (or 0x042E2F) is known color: Nordic. HEX triplet: 04, 2E and 2F. RGB value is (4,46,47). Sum of RGB (Red+Green+Blue) = 4+46+47=97 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.12% from 97); Green value is 46 (18.36% from 255 or 47.42% from 97); Blue value is 47 (18.75% from 255 or 48.45% from 97); Max value from RGB is 47 - color contains mainly: blue. Hex color #042E2F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042E2F is #FBD1D0. Grayscale: #212121. Windows color (decimal): -16503249 or 3091972. OLE color: 3091972.
HSL color Cylindrical-coordinate representation of color #042E2F: hue angle of 181.4º 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 #042E2F is Cyan = 0.91, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 4 | 46 | 47 | - |
| CMYK | 0.91 | 0.02 | 0 | 0.82 |
| HSL | 181.4º | 0.84% | 0.1% | - |
| HSV(B) | 181.4º | 0.91% | 0.18% | - |
| XYZ | 1.54 | 2.19 | 3.03 | - |
| YUV | 33.56 | 135.59 | 106.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 46 | 47 | 0.91 | 0.02 | 0 | 0.82 | 181.4 | 0.84 | 0.1 |
| Hex | 4 | 2E | 2F | 5B | 2 | 0 | 52 | B5 | 54 | A |
| Octal | 4 | 56 | 57 | 133 | 2 | 0 | 122 | 265 | 124 | 12 |
| Binary | 100 | 101110 | 101111 | 1011011 | 10 | 0 | 1010010 | 10110101 | 1010100 | 1010 |
Color Harmonies of #042E2F
Complementary color
Monochromatic Colors of #042E2F
Black with #042E2F
Text Example
Text Example
White with #042E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #042E2F; }
p { color: rgb(4,46,47); }
H1.HeaderClassName
{
color: #042E2F;
}
.AnyTagClassName
{
color: #042E2F;
}
</style>
background-color css
<style>
a { background-color: #042E2F; }
a { background-color: rgb(4,46,47); }
div.DivClassName
{
background-color: #042E2F;
}
.BgClassName
{
background-color: #042E2F;
}
</style>
border-color css
<style>
span { border-color: #042E2F; }
span { border-color: rgb(4,46,47); }
td.TdClassName
{
border-color: #042E2F;
}
.TagClassName
{
border-color: #042E2F;
}
</style>