Html Css Color HEX #002E36 Nordic

📋 copy color: '#002E36'

red 0 ◦ green 46 ◦ blue 54

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

Shades of Nordic #002E36

Tints of Nordic #002E36

RGB

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

 GREEN value IS 46 (18.36% from 255) = 46%

 BLUE value IS 54 (21.48% from 255) = 54%

R = 0%
G = 46%
B = 54%

CMYK

 C value IS 1

 M value IS 0.15

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#002E36 (or 0x002E36) is known color: Nordic. HEX triplet: 00, 2E and 36. RGB value is (0,46,54). Sum of RGB (Red+Green+Blue) = 0+46+54=100 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 100); Green value is 46 (18.36% from 255 or 46% from 100); Blue value is 54 (21.48% from 255 or 54% from 100); Max value from RGB is 54 - color contains mainly: blue. Hex color #002E36 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002E36 is #FFD1C9. Grayscale: #212121. Windows color (decimal): -16765386 or 3550720. OLE color: 3550720.

HSL color Cylindrical-coordinate representation of color #002E36: hue angle of 188.89º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002E36 is Cyan = 1, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 0 46 54 -
CMYK 1 0.15 0 0.79
HSL 188.89º 1% 0.11% -
HSV(B) 188.89º 1% 0.21% -
XYZ 1.64 2.22 3.83 -
YUV 33.16 139.76 104.35 -
System Red Green Blue C M Y K H S L
Decimal 0 46 54 1 0.15 0 0.79 188.89 1 0.11
Hex 0 2E 36 64 F 0 4F BD 64 B
Octal 0 56 66 144 17 0 117 275 144 13
Binary 0 101110 110110 1100100 1111 0 1001111 10111101 1100100 1011

Color Harmonies of #002E36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002E36

Black with #002E36

Text Example


Text Example

White with #002E36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002E36; }

 p { color: rgb(0,46,54); }

 H1.HeaderClassName
 {
   color: #002E36;
 }
 .AnyTagClassName
 {
   color: #002E36;
 }
</style>

background-color css

<style>
 a { background-color: #002E36; }

 a { background-color: rgb(0,46,54); }

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

border-color css

<style>
 span { border-color: #002E36; }

 span { border-color: rgb(0,46,54); }

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