#022A2C

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

Shades of Nordic #022A2C

Tints of Nordic #022A2C

Color information

#022A2C (or 0x022A2C) is unknown color: approx Nordic. HEX triplet: 02, 2A and 2C. RGB value is (2,42,44). Sum of RGB (Red+Green+Blue) = 2+42+44=88 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.27% from 88); Green value is 42 (16.80% from 255 or 47.73% from 88); Blue value is 44 (17.58% from 255 or 50% from 88); Max value from RGB is 44 - color contains mainly: blue. Hex color #022A2C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #022A2C is #FDD5D3. Grayscale: #1E1E1E. Windows color (decimal): -16635348 or 2894338. OLE color: 2894338.

HSL color Cylindrical-coordinate representation of color #022A2C: hue angle of 182.86º degrees, saturation: 0.91, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #022A2C is Cyan = 0.95, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB24244-
CMYK0.950.0500.83
HSL182.86º91.3%9.02%-
HSV(B)182.86º95.45%17.25%-
XYZ1.311.852.67-
YUV30.27135.75107.84-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.27%
GREEN value IS 42 (16.80% from 255) = 47.73%
BLUE value IS 44 (17.58% from 255) = 50%
R=2.27%
G=47.73%
B=50%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal242440.950.0500.83182.8691.39.02
Hex22A2C5F5053b75b9
Octal252541375012326713311
Binary101010101011001011111101010100111011011110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022A2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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