#122E31

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

Shades of Nordic #122E31

Tints of Nordic #122E31

Color information

#122E31 (or 0x122E31) is unknown color: approx Nordic. HEX triplet: 12, 2E and 31. RGB value is (18,46,49). Sum of RGB (Red+Green+Blue) = 18+46+49=113 (14% of max value = 765). Red value is 18 (7.42% from 255 or 15.93% from 113); Green value is 46 (18.36% from 255 or 40.71% from 113); Blue value is 49 (19.53% from 255 or 43.36% from 113); Max value from RGB is 49 - color contains mainly: blue. Hex color #122E31 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122E31 is #EDD1CE. Grayscale: #252525. Windows color (decimal): -15585743 or 3223058. OLE color: 3223058.

HSL color Cylindrical-coordinate representation of color #122E31: hue angle of 185.81º 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 #122E31 is Cyan = 0.63, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB184649-
CMYK0.630.0600.81
HSL185.81º46.27%13.14%-
HSV(B)185.81º63.27%19.22%-
XYZ1.782.33.26-
YUV37.97134.22113.76-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 15.93%
GREEN value IS 46 (18.36% from 255) = 40.71%
BLUE value IS 49 (19.53% from 255) = 43.36%
R=15.93%
G=40.71%
B=43.36%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1846490.630.0600.81185.8146.2713.14
Hex122E313F6051ba2ed
Octal22566177601212725615
Binary1001010111011000111111111001010001101110101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122E31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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