#022B30

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

Shades of Nordic #022B30

Tints of Nordic #022B30

Color information

#022B30 (or 0x022B30) is unknown color: approx Nordic. HEX triplet: 02, 2B and 30. RGB value is (2,43,48). Sum of RGB (Red+Green+Blue) = 2+43+48=93 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.15% from 93); Green value is 43 (17.19% from 255 or 46.24% from 93); Blue value is 48 (19.14% from 255 or 51.61% from 93); Max value from RGB is 48 - color contains mainly: blue. Hex color #022B30 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #022B30 is #FDD4CF. Grayscale: #1F1F1F. Windows color (decimal): -16635088 or 3156738. OLE color: 3156738.

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

Color convert

RGB24348-
CMYK0.960.1000.81
HSL186.52º92%9.8%-
HSV(B)186.52º95.83%18.82%-
XYZ1.421.953.1-
YUV31.31137.42107.09-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.15%
GREEN value IS 43 (17.19% from 255) = 46.24%
BLUE value IS 48 (19.14% from 255) = 51.61%
R=2.15%
G=46.24%
B=51.61%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal243480.960.1000.81186.52929.8
Hex22B3060A051bb5ca
Octal2536014012012127313412
Binary1010101111000011000001010010100011011101110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022B30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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