Shades of Nordic #0A2E2F
Tints of Nordic #0A2E2F
RGB
CMYK
RGB Variations
Color information
#0A2E2F (or 0x0A2E2F) is known color: Nordic. HEX triplet: 0A, 2E and 2F. RGB value is (10,46,47). Sum of RGB (Red+Green+Blue) = 10+46+47=103 (13% of max value = 765). Red value is 10 (4.30% from 255 or 9.71% from 103); Green value is 46 (18.36% from 255 or 44.66% from 103); Blue value is 47 (18.75% from 255 or 45.63% from 103); Max value from RGB is 47 - color contains mainly: blue. Hex color #0A2E2F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A2E2F is #F5D1D0. Grayscale: #232323. Windows color (decimal): -16110033 or 3091978. OLE color: 3091978.
HSL color Cylindrical-coordinate representation of color #0A2E2F: hue angle of 181.62º degrees, saturation: 0.65, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0A2E2F is Cyan = 0.79, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 10 | 46 | 47 | - |
| CMYK | 0.79 | 0.02 | 0 | 0.82 |
| HSL | 181.62º | 0.65% | 0.11% | - |
| HSV(B) | 181.62º | 0.79% | 0.18% | - |
| XYZ | 1.62 | 2.22 | 3.03 | - |
| YUV | 35.35 | 134.57 | 109.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 46 | 47 | 0.79 | 0.02 | 0 | 0.82 | 181.62 | 0.65 | 0.11 |
| Hex | A | 2E | 2F | 4F | 2 | 0 | 52 | B6 | 41 | B |
| Octal | 12 | 56 | 57 | 117 | 2 | 0 | 122 | 266 | 101 | 13 |
| Binary | 1010 | 101110 | 101111 | 1001111 | 10 | 0 | 1010010 | 10110110 | 1000001 | 1011 |
Color Harmonies of #0A2E2F
Complementary color
Monochromatic Colors of #0A2E2F
Black with #0A2E2F
Text Example
Text Example
White with #0A2E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A2E2F; }
p { color: rgb(10,46,47); }
H1.HeaderClassName
{
color: #0A2E2F;
}
.AnyTagClassName
{
color: #0A2E2F;
}
</style>
background-color css
<style>
a { background-color: #0A2E2F; }
a { background-color: rgb(10,46,47); }
div.DivClassName
{
background-color: #0A2E2F;
}
.BgClassName
{
background-color: #0A2E2F;
}
</style>
border-color css
<style>
span { border-color: #0A2E2F; }
span { border-color: rgb(10,46,47); }
td.TdClassName
{
border-color: #0A2E2F;
}
.TagClassName
{
border-color: #0A2E2F;
}
</style>