#122D31

Color #122D31 Nordic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nordic #122D31

Tints of Nordic #122D31

Color information

#122D31 (or 0x122D31) is unknown color: approx Nordic. HEX triplet: 12, 2D and 31. RGB value is (18,45,49). Sum of RGB (Red+Green+Blue) = 18+45+49=112 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.07% from 112); Green value is 45 (17.97% from 255 or 40.18% from 112); Blue value is 49 (19.53% from 255 or 43.75% from 112); Max value from RGB is 49 - color contains mainly: blue. Hex color #122D31 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122D31 is #EDD2CE. Grayscale: #252525. Windows color (decimal): -15585999 or 3222802. OLE color: 3222802.

HSL color Cylindrical-coordinate representation of color #122D31: hue angle of 187.74º degrees, saturation: 0.46, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #122D31 is Cyan = 0.63, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB184549-
CMYK0.630.0800.81
HSL187.74º46.27%13.14%-
HSV(B)187.74º63.27%19.22%-
XYZ1.742.233.24-
YUV37.38134.55114.17-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 18 (7.42% from 255) = 16.07%
GREEN value IS 45 (17.97% from 255) = 40.18%
BLUE value IS 49 (19.53% from 255) = 43.75%
R=16.07%
G=40.18%
B=43.75%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1845490.630.0800.81187.7446.2713.14
Hex122D313F8051bc2ed
Octal225561771001212745615
Binary10010101101110001111111100001010001101111001011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122D31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122D31; }

 p { color: rgb(18,45,49); }

 H1.HeaderClassName
 {
   color: #122D31;
 }
 .AnyTagClassName
 {
   color: #122D31;
 }
</style>
background-color css

<style>
 a { background-color: #122D31; }

 a { background-color: rgb(18,45,49); }

 div.DivClassName
 {
   background-color: #122D31;
 }
 .BgClassName
 {
   background-color: #122D31;
 }
</style>
border-color css

<style>
 span { border-color: #122D31; }

 span { border-color: rgb(18,45,49); }

 td.TdClassName
 {
   border-color: #122D31;
 }
 .TagClassName
 {
   border-color: #122D31;
 }
</style>