Html Css Color HEX #06312F Nordic

📋 copy color: '#06312F'

red 6 ◦ green 49 ◦ blue 47

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

Shades of Nordic #06312F

Tints of Nordic #06312F

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 value IS 0.88

 M value IS 0

 Y value IS 0.04

 K value IS 0.81

RGB Variations

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

Color information

#06312F (or 0x06312F) is known color: 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

RGB 6 49 47 -
CMYK 0.88 0 0.04 0.81
HSL 177.21º 0.78% 0.11% -
HSV(B) 177.21º 0.88% 0.19% -
XYZ 1.69 2.44 3.07 -
YUV 35.92 134.25 106.66 -
System Red Green Blue C M Y K H S L
Decimal 6 49 47 0.88 0 0.04 0.81 177.21 0.78 0.11
Hex 6 31 2F 58 0 4 51 B1 4E B
Octal 6 61 57 130 0 4 121 261 116 13
Binary 110 110001 101111 1011000 0 100 1010001 10110001 1001110 1011

Color Harmonies of #06312F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06312F

Black with #06312F

Text Example


Text Example

White with #06312F

Text Example


Text Example

HTML Codes & Css Web 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>