Shades of Nordic #0A2F32
Tints of Nordic #0A2F32
RGB
CMYK
RGB Variations
Color information
#0A2F32 (or 0x0A2F32) is known color: Nordic. HEX triplet: 0A, 2F and 32. RGB value is (10,47,50). Sum of RGB (Red+Green+Blue) = 10+47+50=107 (14% of max value = 765). Red value is 10 (4.30% from 255 or 9.35% from 107); Green value is 47 (18.75% from 255 or 43.93% from 107); Blue value is 50 (19.92% from 255 or 46.73% from 107); Max value from RGB is 50 - color contains mainly: blue. Hex color #0A2F32 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A2F32 is #F5D0CD. Grayscale: #242424. Windows color (decimal): -16109774 or 3288842. OLE color: 3288842.
HSL color Cylindrical-coordinate representation of color #0A2F32: hue angle of 184.5º degrees, saturation: 0.67, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0A2F32 is Cyan = 0.80, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 10 | 47 | 50 | - |
| CMYK | 0.80 | 0.06 | 0 | 0.80 |
| HSL | 184.5º | 0.67% | 0.12% | - |
| HSV(B) | 184.5º | 0.8% | 0.2% | - |
| XYZ | 1.72 | 2.33 | 3.38 | - |
| YUV | 36.28 | 135.74 | 109.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 47 | 50 | 0.80 | 0.06 | 0 | 0.80 | 184.5 | 0.67 | 0.12 |
| Hex | A | 2F | 32 | 50 | 6 | 0 | 50 | B8 | 43 | C |
| Octal | 12 | 57 | 62 | 120 | 6 | 0 | 120 | 270 | 103 | 14 |
| Binary | 1010 | 101111 | 110010 | 1010000 | 110 | 0 | 1010000 | 10111000 | 1000011 | 1100 |
Color Harmonies of #0A2F32
Complementary color
Monochromatic Colors of #0A2F32
Black with #0A2F32
Text Example
Text Example
White with #0A2F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A2F32; }
p { color: rgb(10,47,50); }
H1.HeaderClassName
{
color: #0A2F32;
}
.AnyTagClassName
{
color: #0A2F32;
}
</style>
background-color css
<style>
a { background-color: #0A2F32; }
a { background-color: rgb(10,47,50); }
div.DivClassName
{
background-color: #0A2F32;
}
.BgClassName
{
background-color: #0A2F32;
}
</style>
border-color css
<style>
span { border-color: #0A2F32; }
span { border-color: rgb(10,47,50); }
td.TdClassName
{
border-color: #0A2F32;
}
.TagClassName
{
border-color: #0A2F32;
}
</style>