Html Css Color HEX #022E2F Nordic

📋 copy color: '#022E2F'

red 2 ◦ green 46 ◦ blue 47

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

Shades of Nordic #022E2F

Tints of Nordic #022E2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 49.47%

R = 2.11%
G = 48.42%
B = 49.47%

CMYK

 C value IS 0.96

 M value IS 0.02

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#022E2F (or 0x022E2F) is known color: Nordic. HEX triplet: 02, 2E and 2F. RGB value is (2,46,47). Sum of RGB (Red+Green+Blue) = 2+46+47=95 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.11% from 95); Green value is 46 (18.36% from 255 or 48.42% from 95); Blue value is 47 (18.75% from 255 or 49.47% from 95); Max value from RGB is 47 - color contains mainly: blue. Hex color #022E2F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #022E2F is #FDD1D0. Grayscale: #202020. Windows color (decimal): -16634321 or 3091970. OLE color: 3091970.

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

Color convert

RGB 2 46 47 -
CMYK 0.96 0.02 0 0.82
HSL 181.33º 0.92% 0.1% -
HSV(B) 181.33º 0.96% 0.18% -
XYZ 1.52 2.17 3.03 -
YUV 32.96 135.92 105.92 -
System Red Green Blue C M Y K H S L
Decimal 2 46 47 0.96 0.02 0 0.82 181.33 0.92 0.1
Hex 2 2E 2F 60 2 0 52 B5 5C A
Octal 2 56 57 140 2 0 122 265 134 12
Binary 10 101110 101111 1100000 10 0 1010010 10110101 1011100 1010

Color Harmonies of #022E2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022E2F

Black with #022E2F

Text Example


Text Example

White with #022E2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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