Shades of Nordic #022C2F
Tints of Nordic #022C2F
RGB
CMYK
RGB Variations
Color information
#022C2F (or 0x022C2F) is known color: Nordic. HEX triplet: 02, 2C and 2F. RGB value is (2,44,47). Sum of RGB (Red+Green+Blue) = 2+44+47=93 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.15% from 93); Green value is 44 (17.58% from 255 or 47.31% from 93); Blue value is 47 (18.75% from 255 or 50.54% from 93); Max value from RGB is 47 - color contains mainly: blue. Hex color #022C2F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #022C2F is #FDD3D0. Grayscale: #1F1F1F. Windows color (decimal): -16634833 or 3091458. OLE color: 3091458.
HSL color Cylindrical-coordinate representation of color #022C2F: hue angle of 184º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #022C2F is Cyan = 0.96, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 2 | 44 | 47 | - |
| CMYK | 0.96 | 0.06 | 0 | 0.82 |
| HSL | 184º | 0.92% | 0.1% | - |
| HSV(B) | 184º | 0.96% | 0.18% | - |
| XYZ | 1.44 | 2.02 | 3 | - |
| YUV | 31.78 | 136.59 | 106.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 44 | 47 | 0.96 | 0.06 | 0 | 0.82 | 184 | 0.92 | 0.1 |
| Hex | 2 | 2C | 2F | 60 | 6 | 0 | 52 | B8 | 5C | A |
| Octal | 2 | 54 | 57 | 140 | 6 | 0 | 122 | 270 | 134 | 12 |
| Binary | 10 | 101100 | 101111 | 1100000 | 110 | 0 | 1010010 | 10111000 | 1011100 | 1010 |
Color Harmonies of #022C2F
Complementary color
Monochromatic Colors of #022C2F
Black with #022C2F
Text Example
Text Example
White with #022C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022C2F; }
p { color: rgb(2,44,47); }
H1.HeaderClassName
{
color: #022C2F;
}
.AnyTagClassName
{
color: #022C2F;
}
</style>
background-color css
<style>
a { background-color: #022C2F; }
a { background-color: rgb(2,44,47); }
div.DivClassName
{
background-color: #022C2F;
}
.BgClassName
{
background-color: #022C2F;
}
</style>
border-color css
<style>
span { border-color: #022C2F; }
span { border-color: rgb(2,44,47); }
td.TdClassName
{
border-color: #022C2F;
}
.TagClassName
{
border-color: #022C2F;
}
</style>