#002F37

Color #002F37 Nordic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nordic #002F37

Tints of Nordic #002F37

Color information

#002F37 (or 0x002F37) is unknown color: approx 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

RGB04755-
CMYK10.1500.78
HSL188.73º100%10.78%-
HSV(B)188.73º100%21.57%-
XYZ1.712.313.97-
YUV33.86139.93103.85-

RGB Variations

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

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 (Cyan) values IS 1
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal0475510.1500.78188.7310010.78
Hex02F3764F04Ebd64b
Octal0576714417011627514413
Binary010111111011111001001111010011101011110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002F37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>