Html Css Color HEX #002F37 Nordic

📋 copy color: '#002F37'

red 0 ◦ green 47 ◦ blue 55

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

Shades of Nordic #002F37

Tints of Nordic #002F37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 53.92%

R = 0%
G = 46.08%
B = 53.92%

CMYK

 C value IS 1

 M value IS 0.15

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#002F37 (or 0x002F37) is known color: Nordic. HEX triplet: 00, 2F and 37. RGB value is (0,47,55). Sum of RGB (Red+Green+Blue) = 0+47+55=102 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 102); Green value is 47 (18.75% from 255 or 46.08% from 102); Blue value is 55 (21.88% from 255 or 53.92% from 102); Max value from RGB is 55 - color contains mainly: blue. Hex color #002F37 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002F37 is #FFD0C8. Grayscale: #212121. Windows color (decimal): -16765129 or 3616512. OLE color: 3616512.

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

Color convert

RGB 0 47 55 -
CMYK 1 0.15 0 0.78
HSL 188.73º 1% 0.11% -
HSV(B) 188.73º 1% 0.22% -
XYZ 1.71 2.31 3.97 -
YUV 33.86 139.93 103.85 -
System Red Green Blue C M Y K H S L
Decimal 0 47 55 1 0.15 0 0.78 188.73 1 0.11
Hex 0 2F 37 64 F 0 4E BD 64 B
Octal 0 57 67 144 17 0 116 275 144 13
Binary 0 101111 110111 1100100 1111 0 1001110 10111101 1100100 1011

Color Harmonies of #002F37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002F37

Black with #002F37

Text Example


Text Example

White with #002F37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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