#122F34

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

Shades of Nordic #122F34

Tints of Nordic #122F34

Color information

#122F34 (or 0x122F34) is unknown color: approx Nordic. HEX triplet: 12, 2F and 34. RGB value is (18,47,52). Sum of RGB (Red+Green+Blue) = 18+47+52=117 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.38% from 117); Green value is 47 (18.75% from 255 or 40.17% from 117); Blue value is 52 (20.70% from 255 or 44.44% from 117); Max value from RGB is 52 - color contains mainly: blue. Hex color #122F34 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122F34 is #EDD0CB. Grayscale: #262626. Windows color (decimal): -15585484 or 3419922. OLE color: 3419922.

HSL color Cylindrical-coordinate representation of color #122F34: hue angle of 188.82º degrees, saturation: 0.49, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #122F34 is Cyan = 0.65, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB184752-
CMYK0.650.1000.80
HSL188.82º48.57%13.73%-
HSV(B)188.82º65.38%20.39%-
XYZ1.892.413.61-
YUV38.9135.39113.09-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 15.38%
GREEN value IS 47 (18.75% from 255) = 40.17%
BLUE value IS 52 (20.70% from 255) = 44.44%
R=15.38%
G=40.17%
B=44.44%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1847520.650.1000.80188.8248.5713.73
Hex122F3441A050bd31e
Octal2257641011201202756116
Binary100101011111101001000001101001010000101111011100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122F34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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