Shades of Nordic #002F38
Tints of Nordic #002F38
RGB
CMYK
RGB Variations
Color information
#002F38 (or 0x002F38) is known color: Nordic. HEX triplet: 00, 2F and 38. RGB value is (0,47,56). Sum of RGB (Red+Green+Blue) = 0+47+56=103 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 103); Green value is 47 (18.75% from 255 or 45.63% from 103); Blue value is 56 (22.27% from 255 or 54.37% from 103); Max value from RGB is 56 - color contains mainly: blue. Hex color #002F38 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002F38 is #FFD0C7. Grayscale: #212121. Windows color (decimal): -16765128 or 3682048. OLE color: 3682048.
HSL color Cylindrical-coordinate representation of color #002F38: hue angle of 189.64º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002F38 is Cyan = 1, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 0 | 47 | 56 | - |
| CMYK | 1 | 0.16 | 0 | 0.78 |
| HSL | 189.64º | 1% | 0.11% | - |
| HSV(B) | 189.64º | 1% | 0.22% | - |
| XYZ | 1.73 | 2.32 | 4.1 | - |
| YUV | 33.97 | 140.43 | 103.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 47 | 56 | 1 | 0.16 | 0 | 0.78 | 189.64 | 1 | 0.11 |
| Hex | 0 | 2F | 38 | 64 | 10 | 0 | 4E | BE | 64 | B |
| Octal | 0 | 57 | 70 | 144 | 20 | 0 | 116 | 276 | 144 | 13 |
| Binary | 0 | 101111 | 111000 | 1100100 | 10000 | 0 | 1001110 | 10111110 | 1100100 | 1011 |
Color Harmonies of #002F38
Complementary color
Monochromatic Colors of #002F38
Black with #002F38
Text Example
Text Example
White with #002F38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002F38; }
p { color: rgb(0,47,56); }
H1.HeaderClassName
{
color: #002F38;
}
.AnyTagClassName
{
color: #002F38;
}
</style>
background-color css
<style>
a { background-color: #002F38; }
a { background-color: rgb(0,47,56); }
div.DivClassName
{
background-color: #002F38;
}
.BgClassName
{
background-color: #002F38;
}
</style>
border-color css
<style>
span { border-color: #002F38; }
span { border-color: rgb(0,47,56); }
td.TdClassName
{
border-color: #002F38;
}
.TagClassName
{
border-color: #002F38;
}
</style>