#062F2F

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

Shades of Nordic #062F2F

Tints of Nordic #062F2F

Color information

#062F2F (or 0x062F2F) is unknown color: approx Nordic. HEX triplet: 06, 2F and 2F. RGB value is (6,47,47). Sum of RGB (Red+Green+Blue) = 6+47+47=100 (13% of max value = 765). Red value is 6 (2.73% from 255 or 6% from 100); Green value is 47 (18.75% from 255 or 47% from 100); Blue value is 47 (18.75% from 255 or 47% from 100); Max value from RGB is 47 - color contains mainly: green, blue. Hex color #062F2F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062F2F is #F9D0D0. Grayscale: #222222. Windows color (decimal): -16371921 or 3092230. OLE color: 3092230.

HSL color Cylindrical-coordinate representation of color #062F2F: hue angle of 180º 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 #062F2F is Cyan = 0.87, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB64747-
CMYK0.87000.82
HSL180º77.36%10.39%-
HSV(B)180º87.23%18.43%-
XYZ1.62.283.04-
YUV34.74134.92107.5-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6%
GREEN value IS 47 (18.75% from 255) = 47%
BLUE value IS 47 (18.75% from 255) = 47%
R=6%
G=47%
B=47%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal647470.87000.8218077.3610.39
Hex62F2F570052b44da
Octal657571270012226411512
Binary11010111110111110101110010100101011010010011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062F2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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