Html Css Color HEX #002A32 Nordic

📋 copy color: '#002A32'

red 0 ◦ green 42 ◦ blue 50

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

Shades of Nordic #002A32

Tints of Nordic #002A32

RGB

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

 GREEN value IS 42 (16.8% from 255) = 45.65%

 BLUE value IS 50 (19.92% from 255) = 54.35%

R = 0%
G = 45.65%
B = 54.35%

CMYK

 C value IS 1

 M value IS 0.16

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#002A32 (or 0x002A32) is known color: Nordic. HEX triplet: 00, 2A and 32. RGB value is (0,42,50). Sum of RGB (Red+Green+Blue) = 0+42+50=92 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 92); Green value is 42 (16.80% from 255 or 45.65% from 92); Blue value is 50 (19.92% from 255 or 54.35% from 92); Max value from RGB is 50 - color contains mainly: blue. Hex color #002A32 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002A32 is #FFD5CD. Grayscale: #1E1E1E. Windows color (decimal): -16766414 or 3287552. OLE color: 3287552.

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

Color convert

RGB 0 42 50 -
CMYK 1 0.16 0 0.80
HSL 189.6º 1% 0.1% -
HSV(B) 189.6º 1% 0.2% -
XYZ 1.4 1.89 3.31 -
YUV 30.35 139.09 106.35 -
System Red Green Blue C M Y K H S L
Decimal 0 42 50 1 0.16 0 0.80 189.6 1 0.1
Hex 0 2A 32 64 10 0 50 BE 64 A
Octal 0 52 62 144 20 0 120 276 144 12
Binary 0 101010 110010 1100100 10000 0 1010000 10111110 1100100 1010

Color Harmonies of #002A32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002A32

Black with #002A32

Text Example


Text Example

White with #002A32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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