#122D30

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

Shades of Nordic #122D30

Tints of Nordic #122D30

Color information

#122D30 (or 0x122D30) is unknown color: approx Nordic. HEX triplet: 12, 2D and 30. RGB value is (18,45,48). Sum of RGB (Red+Green+Blue) = 18+45+48=111 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.22% from 111); Green value is 45 (17.97% from 255 or 40.54% from 111); Blue value is 48 (19.14% from 255 or 43.24% from 111); Max value from RGB is 48 - color contains mainly: blue. Hex color #122D30 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122D30 is #EDD2CF. Grayscale: #252525. Windows color (decimal): -15586000 or 3157266. OLE color: 3157266.

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

Color convert

RGB184548-
CMYK0.630.0600.81
HSL186º45.45%12.94%-
HSV(B)186º62.5%18.82%-
XYZ1.722.223.13-
YUV37.27134.05114.26-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 16.22%
GREEN value IS 45 (17.97% from 255) = 40.54%
BLUE value IS 48 (19.14% from 255) = 43.24%
R=16.22%
G=40.54%
B=43.24%

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
Decimal1845480.630.0600.8118645.4512.94
Hex122D303F6051ba2dd
Octal22556077601212725515
Binary1001010110111000011111111001010001101110101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122D30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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