Html Css Color HEX #05312F Nordic

📋 copy color: '#05312F'

red 5 ◦ green 49 ◦ blue 47

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

Shades of Nordic #05312F

Tints of Nordic #05312F

RGB

 RED value IS 5 (2.34% from 255) = 4.95%

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

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

R = 4.95%
G = 48.51%
B = 46.53%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.04

 K value IS 0.81

RGB Variations

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

Color information

#05312F (or 0x05312F) is known color: Nordic. HEX triplet: 05, 31 and 2F. RGB value is (5,49,47). Sum of RGB (Red+Green+Blue) = 5+49+47=101 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.95% from 101); Green value is 49 (19.53% from 255 or 48.51% from 101); Blue value is 47 (18.75% from 255 or 46.53% from 101); Max value from RGB is 49 - color contains mainly: green. Hex color #05312F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05312F is #FACED0. Grayscale: #232323. Windows color (decimal): -16436945 or 3092741. OLE color: 3092741.

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

Color convert

RGB 5 49 47 -
CMYK 0.90 0 0.04 0.81
HSL 177.27º 0.81% 0.11% -
HSV(B) 177.27º 0.9% 0.19% -
XYZ 1.67 2.43 3.07 -
YUV 35.62 134.42 106.16 -
System Red Green Blue C M Y K H S L
Decimal 5 49 47 0.90 0 0.04 0.81 177.27 0.81 0.11
Hex 5 31 2F 5A 0 4 51 B1 51 B
Octal 5 61 57 132 0 4 121 261 121 13
Binary 101 110001 101111 1011010 0 100 1010001 10110001 1010001 1011

Color Harmonies of #05312F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05312F

Black with #05312F

Text Example


Text Example

White with #05312F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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