#022F34

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

Shades of Nordic #022F34

Tints of Nordic #022F34

Color information

#022F34 (or 0x022F34) is unknown color: approx Nordic. HEX triplet: 02, 2F and 34. RGB value is (2,47,52). Sum of RGB (Red+Green+Blue) = 2+47+52=101 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.98% from 101); Green value is 47 (18.75% from 255 or 46.53% from 101); Blue value is 52 (20.70% from 255 or 51.49% from 101); Max value from RGB is 52 - color contains mainly: blue. Hex color #022F34 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #022F34 is #FDD0CB. Grayscale: #222222. Windows color (decimal): -16634060 or 3419906. OLE color: 3419906.

HSL color Cylindrical-coordinate representation of color #022F34: hue angle of 186º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #022F34 is Cyan = 0.96, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB24752-
CMYK0.960.1000.80
HSL186º92.59%10.59%-
HSV(B)186º96.15%20.39%-
XYZ1.662.293.6-
YUV34.11138.09105.09-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.98%
GREEN value IS 47 (18.75% from 255) = 46.53%
BLUE value IS 52 (20.70% from 255) = 51.49%
R=1.98%
G=46.53%
B=51.49%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal247520.960.1000.8018692.5910.59
Hex22F3460A050ba5db
Octal2576414012012027213513
Binary1010111111010011000001010010100001011101010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022F34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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