#002A31

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

Shades of Nordic #002A31

Tints of Nordic #002A31

Color information

#002A31 (or 0x002A31) is unknown color: approx Nordic. HEX triplet: 00, 2A and 31. RGB value is (0,42,49). Sum of RGB (Red+Green+Blue) = 0+42+49=91 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 91); Green value is 42 (16.80% from 255 or 46.15% from 91); Blue value is 49 (19.53% from 255 or 53.85% from 91); Max value from RGB is 49 - color contains mainly: blue. Hex color #002A31 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002A31 is #FFD5CE. Grayscale: #1E1E1E. Windows color (decimal): -16766415 or 3222016. OLE color: 3222016.

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

Color convert

RGB04249-
CMYK10.1400.81
HSL188.57º100%9.61%-
HSV(B)188.57º100%19.22%-
XYZ1.381.883.2-
YUV30.24138.59106.43-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 42 (16.80% from 255) = 46.15%
BLUE value IS 49 (19.53% from 255) = 53.85%
R=0%
G=46.15%
B=53.85%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal0424910.1400.81188.571009.61
Hex02A3164E051bd64a
Octal0526114416012127514412
Binary010101011000111001001110010100011011110111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002A31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,42,49); }

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

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

 a { background-color: rgb(0,42,49); }

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

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

 span { border-color: rgb(0,42,49); }

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