Shades of Nordic #082F2E
Tints of Nordic #082F2E
RGB
CMYK
RGB Variations
Color information
#082F2E (or 0x082F2E) is known color: Nordic. HEX triplet: 08, 2F and 2E. RGB value is (8,47,46). Sum of RGB (Red+Green+Blue) = 8+47+46=101 (13% of max value = 765). Red value is 8 (3.52% from 255 or 7.92% from 101); Green value is 47 (18.75% from 255 or 46.53% from 101); Blue value is 46 (18.36% from 255 or 45.54% from 101); Max value from RGB is 47 - color contains mainly: green. Hex color #082F2E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082F2E is #F7D0D1. Grayscale: #232323. Windows color (decimal): -16240850 or 3026696. OLE color: 3026696.
HSL color Cylindrical-coordinate representation of color #082F2E: hue angle of 178.46º degrees, saturation: 0.71, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #082F2E is Cyan = 0.83, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 8 | 47 | 46 | - |
| CMYK | 0.83 | 0 | 0.02 | 0.82 |
| HSL | 178.46º | 0.71% | 0.11% | - |
| HSV(B) | 178.46º | 0.83% | 0.18% | - |
| XYZ | 1.61 | 2.28 | 2.94 | - |
| YUV | 35.23 | 134.08 | 108.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 47 | 46 | 0.83 | 0 | 0.02 | 0.82 | 178.46 | 0.71 | 0.11 |
| Hex | 8 | 2F | 2E | 53 | 0 | 2 | 52 | B2 | 47 | B |
| Octal | 10 | 57 | 56 | 123 | 0 | 2 | 122 | 262 | 107 | 13 |
| Binary | 1000 | 101111 | 101110 | 1010011 | 0 | 10 | 1010010 | 10110010 | 1000111 | 1011 |
Color Harmonies of #082F2E
Complementary color
Monochromatic Colors of #082F2E
Black with #082F2E
Text Example
Text Example
White with #082F2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082F2E; }
p { color: rgb(8,47,46); }
H1.HeaderClassName
{
color: #082F2E;
}
.AnyTagClassName
{
color: #082F2E;
}
</style>
background-color css
<style>
a { background-color: #082F2E; }
a { background-color: rgb(8,47,46); }
div.DivClassName
{
background-color: #082F2E;
}
.BgClassName
{
background-color: #082F2E;
}
</style>
border-color css
<style>
span { border-color: #082F2E; }
span { border-color: rgb(8,47,46); }
td.TdClassName
{
border-color: #082F2E;
}
.TagClassName
{
border-color: #082F2E;
}
</style>