Shades of Nordic #06302F
Tints of Nordic #06302F
RGB
CMYK
RGB Variations
Color information
#06302F (or 0x06302F) is known color: Nordic. HEX triplet: 06, 30 and 2F. RGB value is (6,48,47). Sum of RGB (Red+Green+Blue) = 6+48+47=101 (13% of max value = 765). Red value is 6 (2.73% from 255 or 5.94% from 101); Green value is 48 (19.14% from 255 or 47.52% from 101); Blue value is 47 (18.75% from 255 or 46.53% from 101); Max value from RGB is 48 - color contains mainly: green. Hex color #06302F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06302F is #F9CFD0. Grayscale: #232323. Windows color (decimal): -16371665 or 3092486. OLE color: 3092486.
HSL color Cylindrical-coordinate representation of color #06302F: hue angle of 178.57º degrees, saturation: 0.78, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #06302F is Cyan = 0.87, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 6 | 48 | 47 | - |
| CMYK | 0.87 | 0 | 0.02 | 0.81 |
| HSL | 178.57º | 0.78% | 0.11% | - |
| HSV(B) | 178.57º | 0.88% | 0.19% | - |
| XYZ | 1.65 | 2.36 | 3.06 | - |
| YUV | 35.33 | 134.59 | 107.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 48 | 47 | 0.87 | 0 | 0.02 | 0.81 | 178.57 | 0.78 | 0.11 |
| Hex | 6 | 30 | 2F | 57 | 0 | 2 | 51 | B3 | 4E | B |
| Octal | 6 | 60 | 57 | 127 | 0 | 2 | 121 | 263 | 116 | 13 |
| Binary | 110 | 110000 | 101111 | 1010111 | 0 | 10 | 1010001 | 10110011 | 1001110 | 1011 |
Color Harmonies of #06302F
Complementary color
Monochromatic Colors of #06302F
Black with #06302F
Text Example
Text Example
White with #06302F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06302F; }
p { color: rgb(6,48,47); }
H1.HeaderClassName
{
color: #06302F;
}
.AnyTagClassName
{
color: #06302F;
}
</style>
background-color css
<style>
a { background-color: #06302F; }
a { background-color: rgb(6,48,47); }
div.DivClassName
{
background-color: #06302F;
}
.BgClassName
{
background-color: #06302F;
}
</style>
border-color css
<style>
span { border-color: #06302F; }
span { border-color: rgb(6,48,47); }
td.TdClassName
{
border-color: #06302F;
}
.TagClassName
{
border-color: #06302F;
}
</style>