Shades of Nordic #042B2F
Tints of Nordic #042B2F
RGB
CMYK
RGB Variations
Color information
#042B2F (or 0x042B2F) is known color: Nordic. HEX triplet: 04, 2B and 2F. RGB value is (4,43,47). Sum of RGB (Red+Green+Blue) = 4+43+47=94 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.26% from 94); Green value is 43 (17.19% from 255 or 45.74% from 94); Blue value is 47 (18.75% from 255 or 50% from 94); Max value from RGB is 47 - color contains mainly: blue. Hex color #042B2F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042B2F is #FBD4D0. Grayscale: #1F1F1F. Windows color (decimal): -16504017 or 3091204. OLE color: 3091204.
HSL color Cylindrical-coordinate representation of color #042B2F: hue angle of 185.58º 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 #042B2F is Cyan = 0.91, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 4 | 43 | 47 | - |
| CMYK | 0.91 | 0.09 | 0 | 0.82 |
| HSL | 185.58º | 0.84% | 0.1% | - |
| HSV(B) | 185.58º | 0.91% | 0.18% | - |
| XYZ | 1.43 | 1.96 | 2.99 | - |
| YUV | 31.8 | 136.58 | 108.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 43 | 47 | 0.91 | 0.09 | 0 | 0.82 | 185.58 | 0.84 | 0.1 |
| Hex | 4 | 2B | 2F | 5B | 9 | 0 | 52 | BA | 54 | A |
| Octal | 4 | 53 | 57 | 133 | 11 | 0 | 122 | 272 | 124 | 12 |
| Binary | 100 | 101011 | 101111 | 1011011 | 1001 | 0 | 1010010 | 10111010 | 1010100 | 1010 |
Color Harmonies of #042B2F
Complementary color
Monochromatic Colors of #042B2F
Black with #042B2F
Text Example
Text Example
White with #042B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #042B2F; }
p { color: rgb(4,43,47); }
H1.HeaderClassName
{
color: #042B2F;
}
.AnyTagClassName
{
color: #042B2F;
}
</style>
background-color css
<style>
a { background-color: #042B2F; }
a { background-color: rgb(4,43,47); }
div.DivClassName
{
background-color: #042B2F;
}
.BgClassName
{
background-color: #042B2F;
}
</style>
border-color css
<style>
span { border-color: #042B2F; }
span { border-color: rgb(4,43,47); }
td.TdClassName
{
border-color: #042B2F;
}
.TagClassName
{
border-color: #042B2F;
}
</style>