#022C30

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

Shades of Nordic #022C30

Tints of Nordic #022C30

Color information

#022C30 (or 0x022C30) is unknown color: approx Nordic. HEX triplet: 02, 2C and 30. RGB value is (2,44,48). Sum of RGB (Red+Green+Blue) = 2+44+48=94 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.13% from 94); Green value is 44 (17.58% from 255 or 46.81% from 94); Blue value is 48 (19.14% from 255 or 51.06% from 94); Max value from RGB is 48 - color contains mainly: blue. Hex color #022C30 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #022C30 is #FDD3CF. Grayscale: #1F1F1F. Windows color (decimal): -16634832 or 3156994. OLE color: 3156994.

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

Color convert

RGB24448-
CMYK0.960.0800.81
HSL185.22º92%9.8%-
HSV(B)185.22º95.83%18.82%-
XYZ1.462.033.11-
YUV31.9137.09106.67-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.13%
GREEN value IS 44 (17.58% from 255) = 46.81%
BLUE value IS 48 (19.14% from 255) = 51.06%
R=2.13%
G=46.81%
B=51.06%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal244480.960.0800.81185.22929.8
Hex22C30608051b95ca
Octal2546014010012127113412
Binary1010110011000011000001000010100011011100110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022C30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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