Html Css Color HEX #112D30 Nordic

📋 copy color: '#112D30'

red 17 ◦ green 45 ◦ blue 48

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

Shades of Nordic #112D30

Tints of Nordic #112D30

RGB

 RED value IS 17 (7.03% from 255) = 15.45%

 GREEN value IS 45 (17.97% from 255) = 40.91%

 BLUE value IS 48 (19.14% from 255) = 43.64%

R = 15.45%
G = 40.91%
B = 43.64%

CMYK

 C value IS 0.65

 M value IS 0.06

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#112D30 (or 0x112D30) is known color: Nordic. HEX triplet: 11, 2D and 30. RGB value is (17,45,48). Sum of RGB (Red+Green+Blue) = 17+45+48=110 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.45% from 110); Green value is 45 (17.97% from 255 or 40.91% from 110); Blue value is 48 (19.14% from 255 or 43.64% from 110); Max value from RGB is 48 - color contains mainly: blue. Hex color #112D30 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112D30 is #EED2CF. Grayscale: #242424. Windows color (decimal): -15651536 or 3157265. OLE color: 3157265.

HSL color Cylindrical-coordinate representation of color #112D30: hue angle of 185.81º degrees, saturation: 0.48, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #112D30 is Cyan = 0.65, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 17 45 48 -
CMYK 0.65 0.06 0 0.81
HSL 185.81º 0.48% 0.13% -
HSV(B) 185.81º 0.65% 0.19% -
XYZ 1.7 2.21 3.13 -
YUV 36.97 134.22 113.76 -
System Red Green Blue C M Y K H S L
Decimal 17 45 48 0.65 0.06 0 0.81 185.81 0.48 0.13
Hex 11 2D 30 41 6 0 51 BA 30 D
Octal 21 55 60 101 6 0 121 272 60 15
Binary 10001 101101 110000 1000001 110 0 1010001 10111010 110000 1101

Color Harmonies of #112D30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112D30

Black with #112D30

Text Example


Text Example

White with #112D30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #112D30;
 }
 .AnyTagClassName
 {
   color: #112D30;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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