#00292F

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

Shades of Nordic #00292F

Tints of Nordic #00292F

Color information

#00292F (or 0x00292F) is unknown color: approx Nordic. HEX triplet: 00, 29 and 2F. RGB value is (0,41,47). Sum of RGB (Red+Green+Blue) = 0+41+47=88 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 88); Green value is 41 (16.41% from 255 or 46.59% from 88); Blue value is 47 (18.75% from 255 or 53.41% from 88); Max value from RGB is 47 - color contains mainly: blue. Hex color #00292F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00292F is #FFD6D0. Grayscale: #1D1D1D. Windows color (decimal): -16766673 or 3090688. OLE color: 3090688.

HSL color Cylindrical-coordinate representation of color #00292F: hue angle of 187.66º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00292F is Cyan = 1, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB04147-
CMYK10.1300.82
HSL187.66º100%9.22%-
HSV(B)187.66º100%18.43%-
XYZ1.311.792.97-
YUV29.42137.92107.01-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 41 (16.41% from 255) = 46.59%
BLUE value IS 47 (18.75% from 255) = 53.41%
R=0%
G=46.59%
B=53.41%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal0414710.1300.82187.661009.22
Hex0292F64D052bc649
Octal0515714415012227414411
Binary010100110111111001001101010100101011110011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00292F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00292F; }

 p { color: rgb(0,41,47); }

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

<style>
 a { background-color: #00292F; }

 a { background-color: rgb(0,41,47); }

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

<style>
 span { border-color: #00292F; }

 span { border-color: rgb(0,41,47); }

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