Html Css Color HEX #002F3D Nordic

📋 copy color: '#002F3D'

red 0 ◦ green 47 ◦ blue 61

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

Shades of Nordic #002F3D

Tints of Nordic #002F3D

RGB

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

 GREEN value IS 47 (18.75% from 255) = 43.52%

 BLUE value IS 61 (24.22% from 255) = 56.48%

R = 0%
G = 43.52%
B = 56.48%

CMYK

 C value IS 1

 M value IS 0.23

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#002F3D (or 0x002F3D) is known color: Nordic. HEX triplet: 00, 2F and 3D. RGB value is (0,47,61). Sum of RGB (Red+Green+Blue) = 0+47+61=108 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 108); Green value is 47 (18.75% from 255 or 43.52% from 108); Blue value is 61 (24.22% from 255 or 56.48% from 108); Max value from RGB is 61 - color contains mainly: blue. Hex color #002F3D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002F3D is #FFD0C2. Grayscale: #222222. Windows color (decimal): -16765123 or 4009728. OLE color: 4009728.

HSL color Cylindrical-coordinate representation of color #002F3D: hue angle of 193.77º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002F3D is Cyan = 1, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 0 47 61 -
CMYK 1 0.23 0 0.76
HSL 193.77º 1% 0.12% -
HSV(B) 193.77º 1% 0.24% -
XYZ 1.86 2.37 4.77 -
YUV 34.54 142.93 103.36 -
System Red Green Blue C M Y K H S L
Decimal 0 47 61 1 0.23 0 0.76 193.77 1 0.12
Hex 0 2F 3D 64 17 0 4C C2 64 C
Octal 0 57 75 144 27 0 114 302 144 14
Binary 0 101111 111101 1100100 10111 0 1001100 11000010 1100100 1100

Color Harmonies of #002F3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002F3D

Black with #002F3D

Text Example


Text Example

White with #002F3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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