Html Css Color HEX #002E2F Nordic

📋 copy color: '#002E2F'

red 0 ◦ green 46 ◦ blue 47

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

Shades of Nordic #002E2F

Tints of Nordic #002E2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 50.54%

R = 0%
G = 49.46%
B = 50.54%

CMYK

 C value IS 1

 M value IS 0.02

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#002E2F (or 0x002E2F) is known color: Nordic. HEX triplet: 00, 2E and 2F. RGB value is (0,46,47). Sum of RGB (Red+Green+Blue) = 0+46+47=93 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 93); Green value is 46 (18.36% from 255 or 49.46% from 93); Blue value is 47 (18.75% from 255 or 50.54% from 93); Max value from RGB is 47 - color contains mainly: blue. Hex color #002E2F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002E2F is #FFD1D0. Grayscale: #202020. Windows color (decimal): -16765393 or 3091968. OLE color: 3091968.

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

Color convert

RGB 0 46 47 -
CMYK 1 0.02 0 0.82
HSL 181.28º 1% 0.09% -
HSV(B) 181.28º 1% 0.18% -
XYZ 1.49 2.16 3.03 -
YUV 32.36 136.26 104.92 -
System Red Green Blue C M Y K H S L
Decimal 0 46 47 1 0.02 0 0.82 181.28 1 0.09
Hex 0 2E 2F 64 2 0 52 B5 64 9
Octal 0 56 57 144 2 0 122 265 144 11
Binary 0 101110 101111 1100100 10 0 1010010 10110101 1100100 1001

Color Harmonies of #002E2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002E2F

Black with #002E2F

Text Example


Text Example

White with #002E2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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