#062B2D

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

Shades of Nordic #062B2D

Tints of Nordic #062B2D

Color information

#062B2D (or 0x062B2D) is unknown color: approx Nordic. HEX triplet: 06, 2B and 2D. RGB value is (6,43,45). Sum of RGB (Red+Green+Blue) = 6+43+45=94 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.38% from 94); Green value is 43 (17.19% from 255 or 45.74% from 94); Blue value is 45 (17.97% from 255 or 47.87% from 94); Max value from RGB is 45 - color contains mainly: blue. Hex color #062B2D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062B2D is #F9D4D2. Grayscale: #202020. Windows color (decimal): -16372947 or 2960134. OLE color: 2960134.

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

Color convert

RGB64345-
CMYK0.870.0400.82
HSL183.08º76.47%10%-
HSV(B)183.08º86.67%17.65%-
XYZ1.411.962.79-
YUV32.16135.24109.34-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6.38%
GREEN value IS 43 (17.19% from 255) = 45.74%
BLUE value IS 45 (17.97% from 255) = 47.87%
R=6.38%
G=45.74%
B=47.87%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal643450.870.0400.82183.0876.4710
Hex62B2D574052b74ca
Octal653551274012226711412
Binary1101010111011011010111100010100101011011110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062B2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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