#04292D

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

Shades of Nordic #04292D

Tints of Nordic #04292D

Color information

#04292D (or 0x04292D) is unknown color: approx Nordic. HEX triplet: 04, 29 and 2D. RGB value is (4,41,45). Sum of RGB (Red+Green+Blue) = 4+41+45=90 (11% of max value = 765). Red value is 4 (1.95% from 255 or 4.44% from 90); Green value is 41 (16.41% from 255 or 45.56% from 90); Blue value is 45 (17.97% from 255 or 50% from 90); Max value from RGB is 45 - color contains mainly: blue. Hex color #04292D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04292D is #FBD6D2. Grayscale: #1E1E1E. Windows color (decimal): -16504531 or 2959620. OLE color: 2959620.

HSL color Cylindrical-coordinate representation of color #04292D: hue angle of 185.85º degrees, saturation: 0.84, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #04292D is Cyan = 0.91, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB44145-
CMYK0.910.0900.82
HSL185.85º83.67%9.61%-
HSV(B)185.85º91.11%17.65%-
XYZ1.321.82.76-
YUV30.39136.24109.17-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4.44%
GREEN value IS 41 (16.41% from 255) = 45.56%
BLUE value IS 45 (17.97% from 255) = 50%
R=4.44%
G=45.56%
B=50%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal441450.910.0900.82185.8583.679.61
Hex4292D5B9052ba54a
Octal4515513311012227212412
Binary10010100110110110110111001010100101011101010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04292D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04292D; }

 p { color: rgb(4,41,45); }

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

<style>
 a { background-color: #04292D; }

 a { background-color: rgb(4,41,45); }

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

<style>
 span { border-color: #04292D; }

 span { border-color: rgb(4,41,45); }

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