Html Css Color HEX #002F39 Nordic

📋 copy color: '#002F39'

red 0 ◦ green 47 ◦ blue 57

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

Shades of Nordic #002F39

Tints of Nordic #002F39

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 54.81%

R = 0%
G = 45.19%
B = 54.81%

CMYK

 C value IS 1

 M value IS 0.18

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#002F39 (or 0x002F39) is known color: Nordic. HEX triplet: 00, 2F and 39. RGB value is (0,47,57). Sum of RGB (Red+Green+Blue) = 0+47+57=104 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 104); Green value is 47 (18.75% from 255 or 45.19% from 104); Blue value is 57 (22.66% from 255 or 54.81% from 104); Max value from RGB is 57 - color contains mainly: blue. Hex color #002F39 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002F39 is #FFD0C6. Grayscale: #222222. Windows color (decimal): -16765127 or 3747584. OLE color: 3747584.

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

Color convert

RGB 0 47 57 -
CMYK 1 0.18 0 0.78
HSL 190.53º 1% 0.11% -
HSV(B) 190.53º 1% 0.22% -
XYZ 1.76 2.33 4.23 -
YUV 34.09 140.93 103.69 -
System Red Green Blue C M Y K H S L
Decimal 0 47 57 1 0.18 0 0.78 190.53 1 0.11
Hex 0 2F 39 64 12 0 4E BF 64 B
Octal 0 57 71 144 22 0 116 277 144 13
Binary 0 101111 111001 1100100 10010 0 1001110 10111111 1100100 1011

Color Harmonies of #002F39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002F39

Black with #002F39

Text Example


Text Example

White with #002F39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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