Shades of Nordic #012F30
Tints of Nordic #012F30
RGB
CMYK
RGB Variations
Color information
#012F30 (or 0x012F30) is known color: Nordic. HEX triplet: 01, 2F and 30. RGB value is (1,47,48). Sum of RGB (Red+Green+Blue) = 1+47+48=96 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.04% from 96); Green value is 47 (18.75% from 255 or 48.96% from 96); Blue value is 48 (19.14% from 255 or 50% from 96); Max value from RGB is 48 - color contains mainly: blue. Hex color #012F30 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012F30 is #FED0CF. Grayscale: #212121. Windows color (decimal): -16699600 or 3157761. OLE color: 3157761.
HSL color Cylindrical-coordinate representation of color #012F30: hue angle of 181.28º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #012F30 is Cyan = 0.98, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 1 | 47 | 48 | - |
| CMYK | 0.98 | 0.02 | 0 | 0.81 |
| HSL | 181.28º | 0.96% | 0.1% | - |
| HSV(B) | 181.28º | 0.98% | 0.19% | - |
| XYZ | 1.56 | 2.25 | 3.15 | - |
| YUV | 33.36 | 136.26 | 104.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 47 | 48 | 0.98 | 0.02 | 0 | 0.81 | 181.28 | 0.96 | 0.1 |
| Hex | 1 | 2F | 30 | 62 | 2 | 0 | 51 | B5 | 60 | A |
| Octal | 1 | 57 | 60 | 142 | 2 | 0 | 121 | 265 | 140 | 12 |
| Binary | 1 | 101111 | 110000 | 1100010 | 10 | 0 | 1010001 | 10110101 | 1100000 | 1010 |
Color Harmonies of #012F30
Complementary color
Monochromatic Colors of #012F30
Black with #012F30
Text Example
Text Example
White with #012F30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012F30; }
p { color: rgb(1,47,48); }
H1.HeaderClassName
{
color: #012F30;
}
.AnyTagClassName
{
color: #012F30;
}
</style>
background-color css
<style>
a { background-color: #012F30; }
a { background-color: rgb(1,47,48); }
div.DivClassName
{
background-color: #012F30;
}
.BgClassName
{
background-color: #012F30;
}
</style>
border-color css
<style>
span { border-color: #012F30; }
span { border-color: rgb(1,47,48); }
td.TdClassName
{
border-color: #012F30;
}
.TagClassName
{
border-color: #012F30;
}
</style>