Shades of Nordic #092D2F
Tints of Nordic #092D2F
RGB
CMYK
RGB Variations
Color information
#092D2F (or 0x092D2F) is known color: Nordic. HEX triplet: 09, 2D and 2F. RGB value is (9,45,47). Sum of RGB (Red+Green+Blue) = 9+45+47=101 (13% of max value = 765). Red value is 9 (3.91% from 255 or 8.91% from 101); Green value is 45 (17.97% from 255 or 44.55% from 101); Blue value is 47 (18.75% from 255 or 46.53% from 101); Max value from RGB is 47 - color contains mainly: blue. Hex color #092D2F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092D2F is #F6D2D0. Grayscale: #222222. Windows color (decimal): -16175825 or 3091721. OLE color: 3091721.
HSL color Cylindrical-coordinate representation of color #092D2F: hue angle of 183.16º degrees, saturation: 0.68, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #092D2F is Cyan = 0.81, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 9 | 45 | 47 | - |
| CMYK | 0.81 | 0.04 | 0 | 0.82 |
| HSL | 183.16º | 0.68% | 0.11% | - |
| HSV(B) | 183.16º | 0.81% | 0.18% | - |
| XYZ | 1.56 | 2.14 | 3.02 | - |
| YUV | 34.46 | 135.07 | 109.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 45 | 47 | 0.81 | 0.04 | 0 | 0.82 | 183.16 | 0.68 | 0.11 |
| Hex | 9 | 2D | 2F | 51 | 4 | 0 | 52 | B7 | 44 | B |
| Octal | 11 | 55 | 57 | 121 | 4 | 0 | 122 | 267 | 104 | 13 |
| Binary | 1001 | 101101 | 101111 | 1010001 | 100 | 0 | 1010010 | 10110111 | 1000100 | 1011 |
Color Harmonies of #092D2F
Complementary color
Monochromatic Colors of #092D2F
Black with #092D2F
Text Example
Text Example
White with #092D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092D2F; }
p { color: rgb(9,45,47); }
H1.HeaderClassName
{
color: #092D2F;
}
.AnyTagClassName
{
color: #092D2F;
}
</style>
background-color css
<style>
a { background-color: #092D2F; }
a { background-color: rgb(9,45,47); }
div.DivClassName
{
background-color: #092D2F;
}
.BgClassName
{
background-color: #092D2F;
}
</style>
border-color css
<style>
span { border-color: #092D2F; }
span { border-color: rgb(9,45,47); }
td.TdClassName
{
border-color: #092D2F;
}
.TagClassName
{
border-color: #092D2F;
}
</style>