#122E30

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

Shades of Nordic #122E30

Tints of Nordic #122E30

Color information

#122E30 (or 0x122E30) is unknown color: approx Nordic. HEX triplet: 12, 2E and 30. RGB value is (18,46,48). Sum of RGB (Red+Green+Blue) = 18+46+48=112 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.07% from 112); Green value is 46 (18.36% from 255 or 41.07% from 112); Blue value is 48 (19.14% from 255 or 42.86% from 112); Max value from RGB is 48 - color contains mainly: blue. Hex color #122E30 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122E30 is #EDD1CF. Grayscale: #252525. Windows color (decimal): -15585744 or 3157522. OLE color: 3157522.

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

Color convert

RGB184648-
CMYK0.630.0400.81
HSL184º45.45%12.94%-
HSV(B)184º62.5%18.82%-
XYZ1.762.33.15-
YUV37.86133.72113.84-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 16.07%
GREEN value IS 46 (18.36% from 255) = 41.07%
BLUE value IS 48 (19.14% from 255) = 42.86%
R=16.07%
G=41.07%
B=42.86%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1846480.630.0400.8118445.4512.94
Hex122E303F4051b82dd
Octal22566077401212705515
Binary1001010111011000011111110001010001101110001011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122E30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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