Html Css Color HEX #284142 Nordic

📋 copy color: '#284142'

red 40 ◦ green 65 ◦ blue 66

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

Shades of Nordic #284142

Tints of Nordic #284142

RGB

 RED value IS 40 (16.02% from 255) = 23.39%

 GREEN value IS 65 (25.78% from 255) = 38.01%

 BLUE value IS 66 (26.17% from 255) = 38.6%

R = 23.39%
G = 38.01%
B = 38.6%

CMYK

 C value IS 0.39

 M value IS 0.02

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#284142 (or 0x284142) is known color: Nordic. HEX triplet: 28, 41 and 42. RGB value is (40,65,66). Sum of RGB (Red+Green+Blue) = 40+65+66=171 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.39% from 171); Green value is 65 (25.78% from 255 or 38.01% from 171); Blue value is 66 (26.17% from 255 or 38.60% from 171); Max value from RGB is 66 - color contains mainly: blue. Hex color #284142 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #284142 is #D7BEBD. Grayscale: #393939. Windows color (decimal): -14139070 or 4342056. OLE color: 4342056.

HSL color Cylindrical-coordinate representation of color #284142: hue angle of 182.31º degrees, saturation: 0.25, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #284142 is Cyan = 0.39, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 40 65 66 -
CMYK 0.39 0.02 0 0.74
HSL 182.31º 0.25% 0.21% -
HSV(B) 182.31º 0.39% 0.26% -
XYZ 3.75 4.63 5.85 -
YUV 57.64 132.72 115.42 -
System Red Green Blue C M Y K H S L
Decimal 40 65 66 0.39 0.02 0 0.74 182.31 0.25 0.21
Hex 28 41 42 27 2 0 4A B6 19 15
Octal 50 101 102 47 2 0 112 266 31 25
Binary 101000 1000001 1000010 100111 10 0 1001010 10110110 11001 10101

Color Harmonies of #284142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284142

Black with #284142

Text Example


Text Example

White with #284142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #284142; }

 p { color: rgb(40,65,66); }

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

background-color css

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

 a { background-color: rgb(40,65,66); }

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

border-color css

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

 span { border-color: rgb(40,65,66); }

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