#022F33

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

Shades of Nordic #022F33

Tints of Nordic #022F33

Color information

#022F33 (or 0x022F33) is unknown color: approx Nordic. HEX triplet: 02, 2F and 33. RGB value is (2,47,51). Sum of RGB (Red+Green+Blue) = 2+47+51=100 (13% of max value = 765). Red value is 2 (1.17% from 255 or 2% from 100); Green value is 47 (18.75% from 255 or 47% from 100); Blue value is 51 (20.31% from 255 or 51% from 100); Max value from RGB is 51 - color contains mainly: blue. Hex color #022F33 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #022F33 is #FDD0CC. Grayscale: #212121. Windows color (decimal): -16634061 or 3354370. OLE color: 3354370.

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

Color convert

RGB24751-
CMYK0.960.0800.8
HSL184.9º92.45%10.39%-
HSV(B)184.9º96.08%20%-
XYZ1.642.283.49-
YUV34137.59105.17-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2%
GREEN value IS 47 (18.75% from 255) = 47%
BLUE value IS 51 (20.31% from 255) = 51%
R=2%
G=47%
B=51%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal247510.960.0800.8184.992.4510.39
Hex22F33608050b95ca
Octal2576314010012027113412
Binary1010111111001111000001000010100001011100110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022F33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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