#00282C

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

Shades of Nordic #00282C

Tints of Nordic #00282C

Color information

#00282C (or 0x00282C) is unknown color: approx 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

RGB04044-
CMYK10.0900.83
HSL185.45º100%8.63%-
HSV(B)185.45º100%17.25%-
XYZ1.211.72.65-
YUV28.5136.75107.67-

RGB Variations

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

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 (Cyan) values IS 1
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal0404410.0900.83185.451008.63
Hex0282C649053b9649
Octal0505414411012327114411
Binary010100010110011001001001010100111011100111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00282C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>