Html Css Color HEX #062B2F Nordic

📋 copy color: '#062B2F'

red 6 ◦ green 43 ◦ blue 47

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

Shades of Nordic #062B2F

Tints of Nordic #062B2F

RGB

 RED value IS 6 (2.73% from 255) = 6.25%

 GREEN value IS 43 (17.19% from 255) = 44.79%

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

R = 6.25%
G = 44.79%
B = 48.96%

CMYK

 C value IS 0.87

 M value IS 0.09

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#062B2F (or 0x062B2F) is known color: Nordic. HEX triplet: 06, 2B and 2F. RGB value is (6,43,47). Sum of RGB (Red+Green+Blue) = 6+43+47=96 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.25% from 96); Green value is 43 (17.19% from 255 or 44.79% from 96); Blue value is 47 (18.75% from 255 or 48.96% from 96); Max value from RGB is 47 - color contains mainly: blue. Hex color #062B2F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062B2F is #F9D4D0. Grayscale: #202020. Windows color (decimal): -16372945 or 3091206. OLE color: 3091206.

HSL color Cylindrical-coordinate representation of color #062B2F: hue angle of 185.85º degrees, saturation: 0.77, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #062B2F is Cyan = 0.87, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 6 43 47 -
CMYK 0.87 0.09 0 0.82
HSL 185.85º 0.77% 0.1% -
HSV(B) 185.85º 0.87% 0.18% -
XYZ 1.45 1.97 2.99 -
YUV 32.39 136.24 109.17 -
System Red Green Blue C M Y K H S L
Decimal 6 43 47 0.87 0.09 0 0.82 185.85 0.77 0.1
Hex 6 2B 2F 57 9 0 52 BA 4D A
Octal 6 53 57 127 11 0 122 272 115 12
Binary 110 101011 101111 1010111 1001 0 1010010 10111010 1001101 1010

Color Harmonies of #062B2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062B2F

Black with #062B2F

Text Example


Text Example

White with #062B2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #062B2F; }

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

 H1.HeaderClassName
 {
   color: #062B2F;
 }
 .AnyTagClassName
 {
   color: #062B2F;
 }
</style>

background-color css

<style>
 a { background-color: #062B2F; }

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

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

border-color css

<style>
 span { border-color: #062B2F; }

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

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