Shades of Nordic #0C2F38
Tints of Nordic #0C2F38
RGB
CMYK
RGB Variations
Color information
#0C2F38 (or 0x0C2F38) is known color: Nordic. HEX triplet: 0C, 2F and 38. RGB value is (12,47,56). Sum of RGB (Red+Green+Blue) = 12+47+56=115 (15% of max value = 765). Red value is 12 (5.08% from 255 or 10.43% from 115); Green value is 47 (18.75% from 255 or 40.87% from 115); Blue value is 56 (22.27% from 255 or 48.70% from 115); Max value from RGB is 56 - color contains mainly: blue. Hex color #0C2F38 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C2F38 is #F3D0C7. Grayscale: #252525. Windows color (decimal): -15978696 or 3682060. OLE color: 3682060.
HSL color Cylindrical-coordinate representation of color #0C2F38: hue angle of 192.27º degrees, saturation: 0.65, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0C2F38 is Cyan = 0.79, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 12 | 47 | 56 | - |
| CMYK | 0.79 | 0.16 | 0 | 0.78 |
| HSL | 192.27º | 0.65% | 0.13% | - |
| HSV(B) | 192.27º | 0.79% | 0.22% | - |
| XYZ | 1.88 | 2.4 | 4.1 | - |
| YUV | 37.56 | 138.4 | 109.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 47 | 56 | 0.79 | 0.16 | 0 | 0.78 | 192.27 | 0.65 | 0.13 |
| Hex | C | 2F | 38 | 4F | 10 | 0 | 4E | C0 | 41 | D |
| Octal | 14 | 57 | 70 | 117 | 20 | 0 | 116 | 300 | 101 | 15 |
| Binary | 1100 | 101111 | 111000 | 1001111 | 10000 | 0 | 1001110 | 11000000 | 1000001 | 1101 |
Color Harmonies of #0C2F38
Complementary color
Monochromatic Colors of #0C2F38
Black with #0C2F38
Text Example
Text Example
White with #0C2F38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C2F38; }
p { color: rgb(12,47,56); }
H1.HeaderClassName
{
color: #0C2F38;
}
.AnyTagClassName
{
color: #0C2F38;
}
</style>
background-color css
<style>
a { background-color: #0C2F38; }
a { background-color: rgb(12,47,56); }
div.DivClassName
{
background-color: #0C2F38;
}
.BgClassName
{
background-color: #0C2F38;
}
</style>
border-color css
<style>
span { border-color: #0C2F38; }
span { border-color: rgb(12,47,56); }
td.TdClassName
{
border-color: #0C2F38;
}
.TagClassName
{
border-color: #0C2F38;
}
</style>