Html Css Color HEX #00282C Nordic

📋 copy color: '#00282C'

red 0 ◦ green 40 ◦ blue 44

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

Shades of Nordic #00282C

Tints of Nordic #00282C

RGB

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

 GREEN value IS 40 (16.02% from 255) = 47.62%

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

R = 0%
G = 47.62%
B = 52.38%

CMYK

 C value IS 1

 M value IS 0.09

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#00282C (or 0x00282C) is known color: Nordic. HEX triplet: 00, 28 and 2C. RGB value is (0,40,44). Sum of RGB (Red+Green+Blue) = 0+40+44=84 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 84); Green value is 40 (16.02% from 255 or 47.62% from 84); Blue value is 44 (17.58% from 255 or 52.38% from 84); Max value from RGB is 44 - color contains mainly: blue. Hex color #00282C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00282C is #FFD7D3. Grayscale: #1C1C1C. Windows color (decimal): -16766932 or 2893824. OLE color: 2893824.

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

Color convert

RGB 0 40 44 -
CMYK 1 0.09 0 0.83
HSL 185.45º 1% 0.09% -
HSV(B) 185.45º 1% 0.17% -
XYZ 1.21 1.7 2.65 -
YUV 28.5 136.75 107.67 -
System Red Green Blue C M Y K H S L
Decimal 0 40 44 1 0.09 0 0.83 185.45 1 0.09
Hex 0 28 2C 64 9 0 53 B9 64 9
Octal 0 50 54 144 11 0 123 271 144 11
Binary 0 101000 101100 1100100 1001 0 1010011 10111001 1100100 1001

Color Harmonies of #00282C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00282C

Black with #00282C

Text Example


Text Example

White with #00282C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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