Html Css Color HEX #00292C Nordic

📋 copy color: '#00292C'

red 0 ◦ green 41 ◦ blue 44

#00292C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Nordic #00292C

Tints of Nordic #00292C

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 41 (16.41% from 255) = 48.24%

 BLUE value IS 44 (17.58% from 255) = 51.76%

R = 0%
G = 48.24%
B = 51.76%

CMYK

 C value IS 1

 M value IS 0.07

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#00292C (or 0x00292C) is known color: Nordic. HEX triplet: 00, 29 and 2C. RGB value is (0,41,44). Sum of RGB (Red+Green+Blue) = 0+41+44=85 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 85); Green value is 41 (16.41% from 255 or 48.24% from 85); Blue value is 44 (17.58% from 255 or 51.76% from 85); Max value from RGB is 44 - color contains mainly: blue. Hex color #00292C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00292C is #FFD6D3. Grayscale: #1D1D1D. Windows color (decimal): -16766676 or 2894080. OLE color: 2894080.

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

Color convert

RGB 0 41 44 -
CMYK 1 0.07 0 0.83
HSL 184.09º 1% 0.09% -
HSV(B) 184.09º 1% 0.17% -
XYZ 1.25 1.77 2.66 -
YUV 29.08 136.42 107.26 -
System Red Green Blue C M Y K H S L
Decimal 0 41 44 1 0.07 0 0.83 184.09 1 0.09
Hex 0 29 2C 64 7 0 53 B8 64 9
Octal 0 51 54 144 7 0 123 270 144 11
Binary 0 101001 101100 1100100 111 0 1010011 10111000 1100100 1001

Color Harmonies of #00292C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00292C

Black with #00292C

Text Example


Text Example

White with #00292C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #00292C;
 }
 .AnyTagClassName
 {
   color: #00292C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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