Html Css Color HEX #022E2E Nordic

📋 copy color: '#022E2E'

red 2 ◦ green 46 ◦ blue 46

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

Shades of Nordic #022E2E

Tints of Nordic #022E2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 48.94%

R = 2.13%
G = 48.94%
B = 48.94%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#022E2E (or 0x022E2E) is known color: Nordic. HEX triplet: 02, 2E and 2E. RGB value is (2,46,46). Sum of RGB (Red+Green+Blue) = 2+46+46=94 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.13% from 94); Green value is 46 (18.36% from 255 or 48.94% from 94); Blue value is 46 (18.36% from 255 or 48.94% from 94); Max value from RGB is 46 - color contains mainly: green, blue. Hex color #022E2E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #022E2E is #FDD1D1. Grayscale: #202020. Windows color (decimal): -16634322 or 3026434. OLE color: 3026434.

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

Color convert

RGB 2 46 46 -
CMYK 0.96 0 0 0.82
HSL 180º 0.92% 0.09% -
HSV(B) 180º 0.96% 0.18% -
XYZ 1.5 2.16 2.92 -
YUV 32.84 135.42 106 -
System Red Green Blue C M Y K H S L
Decimal 2 46 46 0.96 0 0 0.82 180 0.92 0.09
Hex 2 2E 2E 60 0 0 52 B4 5C 9
Octal 2 56 56 140 0 0 122 264 134 11
Binary 10 101110 101110 1100000 0 0 1010010 10110100 1011100 1001

Color Harmonies of #022E2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022E2E

Black with #022E2E

Text Example


Text Example

White with #022E2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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