#022E2E

Color #022E2E Nordic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nordic #022E2E

Tints of Nordic #022E2E

Color information

#022E2E (or 0x022E2E) is unknown color: approx 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

RGB24646-
CMYK0.96000.82
HSL180º91.67%9.41%-
HSV(B)180º95.65%18.04%-
XYZ1.52.162.92-
YUV32.84135.42106-

RGB Variations

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

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 (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal246460.96000.8218091.679.41
Hex22E2E600052b45c9
Octal256561400012226413411
Binary1010111010111011000000010100101011010010111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022E2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>