#122B2F

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

Shades of Nordic #122B2F

Tints of Nordic #122B2F

Color information

#122B2F (or 0x122B2F) is unknown color: approx Nordic. HEX triplet: 12, 2B and 2F. RGB value is (18,43,47). Sum of RGB (Red+Green+Blue) = 18+43+47=108 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.67% from 108); Green value is 43 (17.19% from 255 or 39.81% from 108); Blue value is 47 (18.75% from 255 or 43.52% from 108); Max value from RGB is 47 - color contains mainly: blue. Hex color #122B2F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122B2F is #EDD4D0. Grayscale: #232323. Windows color (decimal): -15586513 or 3091218. OLE color: 3091218.

HSL color Cylindrical-coordinate representation of color #122B2F: hue angle of 188.28º degrees, saturation: 0.45, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #122B2F is Cyan = 0.62, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB184347-
CMYK0.620.0900.82
HSL188.28º44.62%12.75%-
HSV(B)188.28º61.7%18.43%-
XYZ1.632.063-
YUV35.98134.22115.17-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 16.67%
GREEN value IS 43 (17.19% from 255) = 39.81%
BLUE value IS 47 (18.75% from 255) = 43.52%
R=16.67%
G=39.81%
B=43.52%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1843470.620.0900.82188.2844.6212.75
Hex122B2F3E9052bc2dd
Octal225357761101222745515
Binary10010101011101111111110100101010010101111001011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122B2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,43,47); }

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

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

 a { background-color: rgb(18,43,47); }

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

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

 span { border-color: rgb(18,43,47); }

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