Html Css Color HEX #07312F Nordic

📋 copy color: '#07312F'

red 7 ◦ green 49 ◦ blue 47

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

Shades of Nordic #07312F

Tints of Nordic #07312F

RGB

 RED value IS 7 (3.13% from 255) = 6.8%

 GREEN value IS 49 (19.53% from 255) = 47.57%

 BLUE value IS 47 (18.75% from 255) = 45.63%

R = 6.8%
G = 47.57%
B = 45.63%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.04

 K value IS 0.81

RGB Variations

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

Color information

#07312F (or 0x07312F) is known color: Nordic. HEX triplet: 07, 31 and 2F. RGB value is (7,49,47). Sum of RGB (Red+Green+Blue) = 7+49+47=103 (13% of max value = 765). Red value is 7 (3.12% from 255 or 6.80% from 103); Green value is 49 (19.53% from 255 or 47.57% from 103); Blue value is 47 (18.75% from 255 or 45.63% from 103); Max value from RGB is 49 - color contains mainly: green. Hex color #07312F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07312F is #F8CED0. Grayscale: #242424. Windows color (decimal): -16305873 or 3092743. OLE color: 3092743.

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

Color convert

RGB 7 49 47 -
CMYK 0.86 0 0.04 0.81
HSL 177.14º 0.75% 0.11% -
HSV(B) 177.14º 0.86% 0.19% -
XYZ 1.7 2.45 3.07 -
YUV 36.21 134.09 107.16 -
System Red Green Blue C M Y K H S L
Decimal 7 49 47 0.86 0 0.04 0.81 177.14 0.75 0.11
Hex 7 31 2F 56 0 4 51 B1 4B B
Octal 7 61 57 126 0 4 121 261 113 13
Binary 111 110001 101111 1010110 0 100 1010001 10110001 1001011 1011

Color Harmonies of #07312F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07312F

Black with #07312F

Text Example


Text Example

White with #07312F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #07312F;
 }
 .AnyTagClassName
 {
   color: #07312F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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