#02292E

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

Shades of Nordic #02292E

Tints of Nordic #02292E

Color information

#02292E (or 0x02292E) is unknown color: approx Nordic. HEX triplet: 02, 29 and 2E. RGB value is (2,41,46). Sum of RGB (Red+Green+Blue) = 2+41+46=89 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.25% from 89); Green value is 41 (16.41% from 255 or 46.07% from 89); Blue value is 46 (18.36% from 255 or 51.69% from 89); Max value from RGB is 46 - color contains mainly: blue. Hex color #02292E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02292E is #FDD6D1. Grayscale: #1D1D1D. Windows color (decimal): -16635602 or 3025154. OLE color: 3025154.

HSL color Cylindrical-coordinate representation of color #02292E: hue angle of 186.82º degrees, saturation: 0.92, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #02292E is Cyan = 0.96, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB24146-
CMYK0.960.1100.82
HSL186.82º91.67%9.41%-
HSV(B)186.82º95.65%18.04%-
XYZ1.311.82.86-
YUV29.91137.08108.09-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.25%
GREEN value IS 41 (16.41% from 255) = 46.07%
BLUE value IS 46 (18.36% from 255) = 51.69%
R=2.25%
G=46.07%
B=51.69%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal241460.960.1100.82186.8291.679.41
Hex2292E60B052bb5c9
Octal2515614013012227313411
Binary1010100110111011000001011010100101011101110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02292E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02292E; }

 p { color: rgb(2,41,46); }

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

<style>
 a { background-color: #02292E; }

 a { background-color: rgb(2,41,46); }

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

<style>
 span { border-color: #02292E; }

 span { border-color: rgb(2,41,46); }

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