Html Css Color HEX #122F36 Nordic

📋 copy color: '#122F36'

red 18 ◦ green 47 ◦ blue 54

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

Shades of Nordic #122F36

Tints of Nordic #122F36

RGB

 RED value IS 18 (7.42% from 255) = 15.13%

 GREEN value IS 47 (18.75% from 255) = 39.5%

 BLUE value IS 54 (21.48% from 255) = 45.38%

R = 15.13%
G = 39.5%
B = 45.38%

CMYK

 C value IS 0.67

 M value IS 0.13

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#122F36 (or 0x122F36) is known color: Nordic. HEX triplet: 12, 2F and 36. RGB value is (18,47,54). Sum of RGB (Red+Green+Blue) = 18+47+54=119 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.13% from 119); Green value is 47 (18.75% from 255 or 39.50% from 119); Blue value is 54 (21.48% from 255 or 45.38% from 119); Max value from RGB is 54 - color contains mainly: blue. Hex color #122F36 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122F36 is #EDD0C9. Grayscale: #272727. Windows color (decimal): -15585482 or 3550994. OLE color: 3550994.

HSL color Cylindrical-coordinate representation of color #122F36: hue angle of 191.67º degrees, saturation: 0.5, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #122F36 is Cyan = 0.67, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 18 47 54 -
CMYK 0.67 0.13 0 0.79
HSL 191.67º 0.5% 0.14% -
HSV(B) 191.67º 0.67% 0.21% -
XYZ 1.93 2.43 3.86 -
YUV 39.13 136.39 112.93 -
System Red Green Blue C M Y K H S L
Decimal 18 47 54 0.67 0.13 0 0.79 191.67 0.5 0.14
Hex 12 2F 36 43 D 0 4F C0 32 E
Octal 22 57 66 103 15 0 117 300 62 16
Binary 10010 101111 110110 1000011 1101 0 1001111 11000000 110010 1110

Color Harmonies of #122F36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122F36

Black with #122F36

Text Example


Text Example

White with #122F36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #122F36;
 }
 .AnyTagClassName
 {
   color: #122F36;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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