#002E32

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

Shades of Nordic #002E32

Tints of Nordic #002E32

Color information

#002E32 (or 0x002E32) is unknown color: approx Nordic. HEX triplet: 00, 2E and 32. RGB value is (0,46,50). Sum of RGB (Red+Green+Blue) = 0+46+50=96 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 96); Green value is 46 (18.36% from 255 or 47.92% from 96); Blue value is 50 (19.92% from 255 or 52.08% from 96); Max value from RGB is 50 - color contains mainly: blue. Hex color #002E32 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002E32 is #FFD1CD. Grayscale: #202020. Windows color (decimal): -16765390 or 3288576. OLE color: 3288576.

HSL color Cylindrical-coordinate representation of color #002E32: hue angle of 184.8º 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 #002E32 is Cyan = 1, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB04650-
CMYK10.0800.80
HSL184.8º100%9.8%-
HSV(B)184.8º100%19.61%-
XYZ1.552.183.36-
YUV32.7137.76104.67-

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) = 47.92%
BLUE value IS 50 (19.92% from 255) = 52.08%
R=0%
G=47.92%
B=52.08%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal0465010.0800.80184.81009.8
Hex02E32648050b964a
Octal0566214410012027114412
Binary010111011001011001001000010100001011100111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002E32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #002E32;
 }
 .AnyTagClassName
 {
   color: #002E32;
 }
</style>
background-color css

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

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

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

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

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

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