#06312F

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

Shades of Nordic #06312F

Tints of Nordic #06312F

Color information

#06312F (or 0x06312F) is unknown color: approx Nordic. HEX triplet: 06, 31 and 2F. RGB value is (6,49,47). Sum of RGB (Red+Green+Blue) = 6+49+47=102 (13% of max value = 765). Red value is 6 (2.73% from 255 or 5.88% from 102); Green value is 49 (19.53% from 255 or 48.04% from 102); Blue value is 47 (18.75% from 255 or 46.08% from 102); Max value from RGB is 49 - color contains mainly: green. Hex color #06312F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06312F is #F9CED0. Grayscale: #232323. Windows color (decimal): -16371409 or 3092742. OLE color: 3092742.

HSL color Cylindrical-coordinate representation of color #06312F: hue angle of 177.21º degrees, saturation: 0.78, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #06312F is Cyan = 0.88, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.81.

Color convert

RGB64947-
CMYK0.8800.040.81
HSL177.21º78.18%10.78%-
HSV(B)177.21º87.76%19.22%-
XYZ1.692.443.07-
YUV35.92134.25106.66-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.88%
GREEN value IS 49 (19.53% from 255) = 48.04%
BLUE value IS 47 (18.75% from 255) = 46.08%
R=5.88%
G=48.04%
B=46.08%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal649470.8800.040.81177.2178.1810.78
Hex6312F580451b14eb
Octal661571300412126111613
Binary1101100011011111011000010010100011011000110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06312F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06312F; }

 p { color: rgb(6,49,47); }

 H1.HeaderClassName
 {
   color: #06312F;
 }
 .AnyTagClassName
 {
   color: #06312F;
 }
</style>
background-color css

<style>
 a { background-color: #06312F; }

 a { background-color: rgb(6,49,47); }

 div.DivClassName
 {
   background-color: #06312F;
 }
 .BgClassName
 {
   background-color: #06312F;
 }
</style>
border-color css

<style>
 span { border-color: #06312F; }

 span { border-color: rgb(6,49,47); }

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