Shades of Nordic #0A2D30
Tints of Nordic #0A2D30
RGB
CMYK
RGB Variations
Color information
#0A2D30 (or 0x0A2D30) is known color: Nordic. HEX triplet: 0A, 2D and 30. RGB value is (10,45,48). Sum of RGB (Red+Green+Blue) = 10+45+48=103 (13% of max value = 765). Red value is 10 (4.30% from 255 or 9.71% from 103); Green value is 45 (17.97% from 255 or 43.69% from 103); Blue value is 48 (19.14% from 255 or 46.60% from 103); Max value from RGB is 48 - color contains mainly: blue. Hex color #0A2D30 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A2D30 is #F5D2CF. Grayscale: #222222. Windows color (decimal): -16110288 or 3157258. OLE color: 3157258.
HSL color Cylindrical-coordinate representation of color #0A2D30: hue angle of 184.74º degrees, saturation: 0.66, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0A2D30 is Cyan = 0.79, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 10 | 45 | 48 | - |
| CMYK | 0.79 | 0.06 | 0 | 0.81 |
| HSL | 184.74º | 0.66% | 0.11% | - |
| HSV(B) | 184.74º | 0.79% | 0.19% | - |
| XYZ | 1.6 | 2.15 | 3.13 | - |
| YUV | 34.88 | 135.4 | 110.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 45 | 48 | 0.79 | 0.06 | 0 | 0.81 | 184.74 | 0.66 | 0.11 |
| Hex | A | 2D | 30 | 4F | 6 | 0 | 51 | B9 | 42 | B |
| Octal | 12 | 55 | 60 | 117 | 6 | 0 | 121 | 271 | 102 | 13 |
| Binary | 1010 | 101101 | 110000 | 1001111 | 110 | 0 | 1010001 | 10111001 | 1000010 | 1011 |
Color Harmonies of #0A2D30
Complementary color
Monochromatic Colors of #0A2D30
Black with #0A2D30
Text Example
Text Example
White with #0A2D30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A2D30; }
p { color: rgb(10,45,48); }
H1.HeaderClassName
{
color: #0A2D30;
}
.AnyTagClassName
{
color: #0A2D30;
}
</style>
background-color css
<style>
a { background-color: #0A2D30; }
a { background-color: rgb(10,45,48); }
div.DivClassName
{
background-color: #0A2D30;
}
.BgClassName
{
background-color: #0A2D30;
}
</style>
border-color css
<style>
span { border-color: #0A2D30; }
span { border-color: rgb(10,45,48); }
td.TdClassName
{
border-color: #0A2D30;
}
.TagClassName
{
border-color: #0A2D30;
}
</style>