Html Css Color HEX #022D31 Nordic

📋 copy color: '#022D31'

red 2 ◦ green 45 ◦ blue 49

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

Shades of Nordic #022D31

Tints of Nordic #022D31

RGB

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

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

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

R = 2.08%
G = 46.88%
B = 51.04%

CMYK

 C value IS 0.96

 M value IS 0.08

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#022D31 (or 0x022D31) is known color: Nordic. HEX triplet: 02, 2D and 31. RGB value is (2,45,49). Sum of RGB (Red+Green+Blue) = 2+45+49=96 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.08% from 96); Green value is 45 (17.97% from 255 or 46.88% from 96); Blue value is 49 (19.53% from 255 or 51.04% from 96); Max value from RGB is 49 - color contains mainly: blue. Hex color #022D31 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #022D31 is #FDD2CE. Grayscale: #202020. Windows color (decimal): -16634575 or 3222786. OLE color: 3222786.

HSL color Cylindrical-coordinate representation of color #022D31: hue angle of 185.11º 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 #022D31 is Cyan = 0.96, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 2 45 49 -
CMYK 0.96 0.08 0 0.81
HSL 185.11º 0.92% 0.1% -
HSV(B) 185.11º 0.96% 0.19% -
XYZ 1.52 2.11 3.23 -
YUV 32.6 137.25 106.17 -
System Red Green Blue C M Y K H S L
Decimal 2 45 49 0.96 0.08 0 0.81 185.11 0.92 0.1
Hex 2 2D 31 60 8 0 51 B9 5C A
Octal 2 55 61 140 10 0 121 271 134 12
Binary 10 101101 110001 1100000 1000 0 1010001 10111001 1011100 1010

Color Harmonies of #022D31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022D31

Black with #022D31

Text Example


Text Example

White with #022D31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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