Shades of Nordic #022D2D
Tints of Nordic #022D2D
RGB
CMYK
RGB Variations
Color information
#022D2D (or 0x022D2D) is known color: Nordic. HEX triplet: 02, 2D and 2D. RGB value is (2,45,45). Sum of RGB (Red+Green+Blue) = 2+45+45=92 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.17% from 92); Green value is 45 (17.97% from 255 or 48.91% from 92); Blue value is 45 (17.97% from 255 or 48.91% from 92); Max value from RGB is 45 - color contains mainly: green, blue. Hex color #022D2D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #022D2D is #FDD2D2. Grayscale: #202020. Windows color (decimal): -16634579 or 2960642. OLE color: 2960642.
HSL color Cylindrical-coordinate representation of color #022D2D: hue angle of 180º degrees, saturation: 0.91, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #022D2D is Cyan = 0.96, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 2 | 45 | 45 | - |
| CMYK | 0.96 | 0 | 0 | 0.82 |
| HSL | 180º | 0.91% | 0.09% | - |
| HSV(B) | 180º | 0.96% | 0.18% | - |
| XYZ | 1.44 | 2.08 | 2.81 | - |
| YUV | 32.14 | 135.25 | 106.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 45 | 45 | 0.96 | 0 | 0 | 0.82 | 180 | 0.91 | 0.09 |
| Hex | 2 | 2D | 2D | 60 | 0 | 0 | 52 | B4 | 5B | 9 |
| Octal | 2 | 55 | 55 | 140 | 0 | 0 | 122 | 264 | 133 | 11 |
| Binary | 10 | 101101 | 101101 | 1100000 | 0 | 0 | 1010010 | 10110100 | 1011011 | 1001 |
Color Harmonies of #022D2D
Complementary color
Monochromatic Colors of #022D2D
Black with #022D2D
Text Example
Text Example
White with #022D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022D2D; }
p { color: rgb(2,45,45); }
H1.HeaderClassName
{
color: #022D2D;
}
.AnyTagClassName
{
color: #022D2D;
}
</style>
background-color css
<style>
a { background-color: #022D2D; }
a { background-color: rgb(2,45,45); }
div.DivClassName
{
background-color: #022D2D;
}
.BgClassName
{
background-color: #022D2D;
}
</style>
border-color css
<style>
span { border-color: #022D2D; }
span { border-color: rgb(2,45,45); }
td.TdClassName
{
border-color: #022D2D;
}
.TagClassName
{
border-color: #022D2D;
}
</style>