Shades of Nordic #042B2D
Tints of Nordic #042B2D
RGB
CMYK
RGB Variations
Color information
#042B2D (or 0x042B2D) is known color: Nordic. HEX triplet: 04, 2B and 2D. RGB value is (4,43,45). Sum of RGB (Red+Green+Blue) = 4+43+45=92 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.35% from 92); Green value is 43 (17.19% from 255 or 46.74% from 92); Blue value is 45 (17.97% from 255 or 48.91% from 92); Max value from RGB is 45 - color contains mainly: blue. Hex color #042B2D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042B2D is #FBD4D2. Grayscale: #1F1F1F. Windows color (decimal): -16504019 or 2960132. OLE color: 2960132.
HSL color Cylindrical-coordinate representation of color #042B2D: hue angle of 182.93º 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 #042B2D is Cyan = 0.91, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
RGB | 4 | 43 | 45 | - |
CMYK | 0.91 | 0.04 | 0 | 0.82 |
HSL | 182.93º | 0.84% | 0.1% | - |
HSV(B) | 182.93º | 0.91% | 0.18% | - |
XYZ | 1.39 | 1.94 | 2.78 | - |
YUV | 31.57 | 135.58 | 108.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 4 | 43 | 45 | 0.91 | 0.04 | 0 | 0.82 | 182.93 | 0.84 | 0.1 |
Hex | 4 | 2B | 2D | 5B | 4 | 0 | 52 | B7 | 54 | A |
Octal | 4 | 53 | 55 | 133 | 4 | 0 | 122 | 267 | 124 | 12 |
Binary | 100 | 101011 | 101101 | 1011011 | 100 | 0 | 1010010 | 10110111 | 1010100 | 1010 |
Color Harmonies of #042B2D
Complementary color
Monochromatic Colors of #042B2D
Black with #042B2D
Text Example
Text Example
White with #042B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #042B2D; }
p { color: rgb(4,43,45); }
H1.HeaderClassName
{
color: #042B2D;
}
.AnyTagClassName
{
color: #042B2D;
}
</style>
background-color css
<style>
a { background-color: #042B2D; }
a { background-color: rgb(4,43,45); }
div.DivClassName
{
background-color: #042B2D;
}
.BgClassName
{
background-color: #042B2D;
}
</style>
border-color css
<style>
span { border-color: #042B2D; }
span { border-color: rgb(4,43,45); }
td.TdClassName
{
border-color: #042B2D;
}
.TagClassName
{
border-color: #042B2D;
}
</style>