Html Css Color HEX #022E31 Nordic

📋 copy color: '#022E31'

red 2 ◦ green 46 ◦ blue 49

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

Shades of Nordic #022E31

Tints of Nordic #022E31

RGB

 RED value IS 2 (1.17% from 255) = 2.06%

 GREEN value IS 46 (18.36% from 255) = 47.42%

 BLUE value IS 49 (19.53% from 255) = 50.52%

R = 2.06%
G = 47.42%
B = 50.52%

CMYK

 C value IS 0.96

 M value IS 0.06

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#022E31 (or 0x022E31) is known color: Nordic. HEX triplet: 02, 2E and 31. RGB value is (2,46,49). Sum of RGB (Red+Green+Blue) = 2+46+49=97 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.06% from 97); Green value is 46 (18.36% from 255 or 47.42% from 97); Blue value is 49 (19.53% from 255 or 50.52% from 97); Max value from RGB is 49 - color contains mainly: blue. Hex color #022E31 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #022E31 is #FDD1CE. Grayscale: #212121. Windows color (decimal): -16634319 or 3223042. OLE color: 3223042.

HSL color Cylindrical-coordinate representation of color #022E31: hue angle of 183.83º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #022E31 is Cyan = 0.96, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 2 46 49 -
CMYK 0.96 0.06 0 0.81
HSL 183.83º 0.92% 0.1% -
HSV(B) 183.83º 0.96% 0.19% -
XYZ 1.56 2.19 3.25 -
YUV 33.19 136.92 105.76 -
System Red Green Blue C M Y K H S L
Decimal 2 46 49 0.96 0.06 0 0.81 183.83 0.92 0.1
Hex 2 2E 31 60 6 0 51 B8 5C A
Octal 2 56 61 140 6 0 121 270 134 12
Binary 10 101110 110001 1100000 110 0 1010001 10111000 1011100 1010

Color Harmonies of #022E31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022E31

Black with #022E31

Text Example


Text Example

White with #022E31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #022E31; }

 p { color: rgb(2,46,49); }

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

background-color css

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

 a { background-color: rgb(2,46,49); }

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

border-color css

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

 span { border-color: rgb(2,46,49); }

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