Html Css Color HEX #02282C Nordic

📋 copy color: '#02282C'

red 2 ◦ green 40 ◦ blue 44

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

Shades of Nordic #02282C

Tints of Nordic #02282C

RGB

 RED value IS 2 (1.17% from 255) = 2.33%

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

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

R = 2.33%
G = 46.51%
B = 51.16%

CMYK

 C value IS 0.95

 M value IS 0.09

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#02282C (or 0x02282C) is known color: Nordic. HEX triplet: 02, 28 and 2C. RGB value is (2,40,44). Sum of RGB (Red+Green+Blue) = 2+40+44=86 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.33% from 86); Green value is 40 (16.02% from 255 or 46.51% from 86); Blue value is 44 (17.58% from 255 or 51.16% from 86); Max value from RGB is 44 - color contains mainly: blue. Hex color #02282C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02282C is #FDD7D3. Grayscale: #1D1D1D. Windows color (decimal): -16635860 or 2893826. OLE color: 2893826.

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

Color convert

RGB 2 40 44 -
CMYK 0.95 0.09 0 0.83
HSL 185.71º 0.91% 0.09% -
HSV(B) 185.71º 0.95% 0.17% -
XYZ 1.24 1.71 2.65 -
YUV 29.09 136.41 108.67 -
System Red Green Blue C M Y K H S L
Decimal 2 40 44 0.95 0.09 0 0.83 185.71 0.91 0.09
Hex 2 28 2C 5F 9 0 53 BA 5B 9
Octal 2 50 54 137 11 0 123 272 133 11
Binary 10 101000 101100 1011111 1001 0 1010011 10111010 1011011 1001

Color Harmonies of #02282C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02282C

Black with #02282C

Text Example


Text Example

White with #02282C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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