#022B2D

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

Shades of Nordic #022B2D

Tints of Nordic #022B2D

Color information

#022B2D (or 0x022B2D) is unknown color: approx Nordic. HEX triplet: 02, 2B and 2D. RGB value is (2,43,45). Sum of RGB (Red+Green+Blue) = 2+43+45=90 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.22% from 90); Green value is 43 (17.19% from 255 or 47.78% from 90); Blue value is 45 (17.97% from 255 or 50% from 90); Max value from RGB is 45 - color contains mainly: blue. Hex color #022B2D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #022B2D is #FDD4D2. Grayscale: #1E1E1E. Windows color (decimal): -16635091 or 2960130. OLE color: 2960130.

HSL color Cylindrical-coordinate representation of color #022B2D: hue angle of 182.79º degrees, saturation: 0.91, 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 #022B2D is Cyan = 0.96, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB24345-
CMYK0.960.0400.82
HSL182.79º91.49%9.22%-
HSV(B)182.79º95.56%17.65%-
XYZ1.361.932.78-
YUV30.97135.92107.34-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.22%
GREEN value IS 43 (17.19% from 255) = 47.78%
BLUE value IS 45 (17.97% from 255) = 50%
R=2.22%
G=47.78%
B=50%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal243450.960.0400.82182.7991.499.22
Hex22B2D604052b75b9
Octal253551404012226713311
Binary101010111011011100000100010100101011011110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022B2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #022B2D;
 }
 .AnyTagClassName
 {
   color: #022B2D;
 }
</style>
background-color css

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

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

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

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

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

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