Html Css Color HEX #122D31 Nordic

📋 copy color: '#122D31'

red 18 ◦ green 45 ◦ blue 49

#122D31
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Nordic #122D31

Tints of Nordic #122D31

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 value IS 0.63

 M value IS 0.08

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#122D31 (or 0x122D31) is known color: 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

RGB 18 45 49 -
CMYK 0.63 0.08 0 0.81
HSL 187.74º 0.46% 0.13% -
HSV(B) 187.74º 0.63% 0.19% -
XYZ 1.74 2.23 3.24 -
YUV 37.38 134.55 114.17 -
System Red Green Blue C M Y K H S L
Decimal 18 45 49 0.63 0.08 0 0.81 187.74 0.46 0.13
Hex 12 2D 31 3F 8 0 51 BC 2E D
Octal 22 55 61 77 10 0 121 274 56 15
Binary 10010 101101 110001 111111 1000 0 1010001 10111100 101110 1101

Color Harmonies of #122D31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122D31

Black with #122D31

Text Example


Text Example

White with #122D31

Text Example


Text Example

HTML Codes & Css Web 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>