#002E33

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

Shades of Nordic #002E33

Tints of Nordic #002E33

Color information

#002E33 (or 0x002E33) is unknown color: approx Nordic. HEX triplet: 00, 2E and 33. RGB value is (0,46,51). Sum of RGB (Red+Green+Blue) = 0+46+51=97 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 97); Green value is 46 (18.36% from 255 or 47.42% from 97); Blue value is 51 (20.31% from 255 or 52.58% from 97); Max value from RGB is 51 - color contains mainly: blue. Hex color #002E33 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002E33 is #FFD1CC. Grayscale: #202020. Windows color (decimal): -16765389 or 3354112. OLE color: 3354112.

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

Color convert

RGB04651-
CMYK10.1000.8
HSL185.88º100%10%-
HSV(B)185.88º100%20%-
XYZ1.572.193.47-
YUV32.82138.26104.59-

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.42%
BLUE value IS 51 (20.31% from 255) = 52.58%
R=0%
G=47.42%
B=52.58%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal0465110.1000.8185.8810010
Hex02E3364A050ba64a
Octal0566314412012027214412
Binary010111011001111001001010010100001011101011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002E33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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