Html Css Color HEX #002E34 Nordic

📋 copy color: '#002E34'

red 0 ◦ green 46 ◦ blue 52

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

Shades of Nordic #002E34

Tints of Nordic #002E34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 53.06%

R = 0%
G = 46.94%
B = 53.06%

CMYK

 C value IS 1

 M value IS 0.12

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#002E34 (or 0x002E34) is known color: Nordic. HEX triplet: 00, 2E and 34. RGB value is (0,46,52). Sum of RGB (Red+Green+Blue) = 0+46+52=98 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 98); Green value is 46 (18.36% from 255 or 46.94% from 98); Blue value is 52 (20.70% from 255 or 53.06% from 98); Max value from RGB is 52 - color contains mainly: blue. Hex color #002E34 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002E34 is #FFD1CB. Grayscale: #202020. Windows color (decimal): -16765388 or 3419648. OLE color: 3419648.

HSL color Cylindrical-coordinate representation of color #002E34: hue angle of 186.92º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002E34 is Cyan = 1, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 0 46 52 -
CMYK 1 0.12 0 0.80
HSL 186.92º 1% 0.1% -
HSV(B) 186.92º 1% 0.2% -
XYZ 1.6 2.2 3.59 -
YUV 32.93 138.76 104.51 -
System Red Green Blue C M Y K H S L
Decimal 0 46 52 1 0.12 0 0.80 186.92 1 0.1
Hex 0 2E 34 64 C 0 50 BB 64 A
Octal 0 56 64 144 14 0 120 273 144 12
Binary 0 101110 110100 1100100 1100 0 1010000 10111011 1100100 1010

Color Harmonies of #002E34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002E34

Black with #002E34

Text Example


Text Example

White with #002E34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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