#002E34

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

Shades of Nordic #002E34

Tints of Nordic #002E34

Color information

#002E34 (or 0x002E34) is unknown color: approx 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

RGB04652-
CMYK10.1200.80
HSL186.92º100%10.2%-
HSV(B)186.92º100%20.39%-
XYZ1.62.23.59-
YUV32.93138.76104.51-

RGB Variations

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

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.70% from 255) = 53.06%
R=0%
G=46.94%
B=53.06%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal0465210.1200.80186.9210010.2
Hex02E3464C050bb64a
Octal0566414414012027314412
Binary010111011010011001001100010100001011101111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002E34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



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