#02282C

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

Shades of Nordic #02282C

Tints of Nordic #02282C

Color information

#02282C (or 0x02282C) is unknown color: approx Nordic. HEX triplet: 02, 28 and 2C. RGB value is (2,40,44). Sum of RGB (Red+Green+Blue) = 2+40+44=86 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.33% from 86); Green value is 40 (16.02% from 255 or 46.51% from 86); Blue value is 44 (17.58% from 255 or 51.16% from 86); Max value from RGB is 44 - color contains mainly: blue. Hex color #02282C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02282C is #FDD7D3. Grayscale: #1D1D1D. Windows color (decimal): -16635860 or 2893826. OLE color: 2893826.

HSL color Cylindrical-coordinate representation of color #02282C: hue angle of 185.71º 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 #02282C is Cyan = 0.95, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB24044-
CMYK0.950.0900.83
HSL185.71º91.3%9.02%-
HSV(B)185.71º95.45%17.25%-
XYZ1.241.712.65-
YUV29.09136.41108.67-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.33%
GREEN value IS 40 (16.02% from 255) = 46.51%
BLUE value IS 44 (17.58% from 255) = 51.16%
R=2.33%
G=46.51%
B=51.16%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal240440.950.0900.83185.7191.39.02
Hex2282C5F9053ba5b9
Octal2505413711012327213311
Binary1010100010110010111111001010100111011101010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02282C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02282C; }

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

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

<style>
 a { background-color: #02282C; }

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

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

<style>
 span { border-color: #02282C; }

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

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