Shades of Nordic #02302F
Tints of Nordic #02302F
RGB
CMYK
RGB Variations
Color information
#02302F (or 0x02302F) is known color: Nordic. HEX triplet: 02, 30 and 2F. RGB value is (2,48,47). Sum of RGB (Red+Green+Blue) = 2+48+47=97 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.06% from 97); Green value is 48 (19.14% from 255 or 49.48% from 97); Blue value is 47 (18.75% from 255 or 48.45% from 97); Max value from RGB is 48 - color contains mainly: green. Hex color #02302F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02302F is #FDCFD0. Grayscale: #222222. Windows color (decimal): -16633809 or 3092482. OLE color: 3092482.
HSL color Cylindrical-coordinate representation of color #02302F: hue angle of 178.7º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #02302F is Cyan = 0.96, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 2 | 48 | 47 | - |
| CMYK | 0.96 | 0 | 0.02 | 0.81 |
| HSL | 178.7º | 0.92% | 0.1% | - |
| HSV(B) | 178.7º | 0.96% | 0.19% | - |
| XYZ | 1.6 | 2.33 | 3.06 | - |
| YUV | 34.13 | 135.26 | 105.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 48 | 47 | 0.96 | 0 | 0.02 | 0.81 | 178.7 | 0.92 | 0.1 |
| Hex | 2 | 30 | 2F | 60 | 0 | 2 | 51 | B3 | 5C | A |
| Octal | 2 | 60 | 57 | 140 | 0 | 2 | 121 | 263 | 134 | 12 |
| Binary | 10 | 110000 | 101111 | 1100000 | 0 | 10 | 1010001 | 10110011 | 1011100 | 1010 |
Color Harmonies of #02302F
Complementary color
Monochromatic Colors of #02302F
Black with #02302F
Text Example
Text Example
White with #02302F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02302F; }
p { color: rgb(2,48,47); }
H1.HeaderClassName
{
color: #02302F;
}
.AnyTagClassName
{
color: #02302F;
}
</style>
background-color css
<style>
a { background-color: #02302F; }
a { background-color: rgb(2,48,47); }
div.DivClassName
{
background-color: #02302F;
}
.BgClassName
{
background-color: #02302F;
}
</style>
border-color css
<style>
span { border-color: #02302F; }
span { border-color: rgb(2,48,47); }
td.TdClassName
{
border-color: #02302F;
}
.TagClassName
{
border-color: #02302F;
}
</style>