Html Css Color HEX #002E30 Nordic

📋 copy color: '#002E30'

red 0 ◦ green 46 ◦ blue 48

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

Shades of Nordic #002E30

Tints of Nordic #002E30

RGB

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

 GREEN value IS 46 (18.36% from 255) = 48.94%

 BLUE value IS 48 (19.14% from 255) = 51.06%

R = 0%
G = 48.94%
B = 51.06%

CMYK

 C value IS 1

 M value IS 0.04

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#002E30 (or 0x002E30) is known color: Nordic. HEX triplet: 00, 2E and 30. RGB value is (0,46,48). Sum of RGB (Red+Green+Blue) = 0+46+48=94 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 94); Green value is 46 (18.36% from 255 or 48.94% from 94); Blue value is 48 (19.14% from 255 or 51.06% from 94); Max value from RGB is 48 - color contains mainly: blue. Hex color #002E30 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002E30 is #FFD1CF. Grayscale: #202020. Windows color (decimal): -16765392 or 3157504. OLE color: 3157504.

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

Color convert

RGB 0 46 48 -
CMYK 1 0.04 0 0.81
HSL 182.5º 1% 0.09% -
HSV(B) 182.5º 1% 0.19% -
XYZ 1.51 2.17 3.14 -
YUV 32.47 136.76 104.84 -
System Red Green Blue C M Y K H S L
Decimal 0 46 48 1 0.04 0 0.81 182.5 1 0.09
Hex 0 2E 30 64 4 0 51 B6 64 9
Octal 0 56 60 144 4 0 121 266 144 11
Binary 0 101110 110000 1100100 100 0 1010001 10110110 1100100 1001

Color Harmonies of #002E30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002E30

Black with #002E30

Text Example


Text Example

White with #002E30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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