#062A2F

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

Shades of Nordic #062A2F

Tints of Nordic #062A2F

Color information

#062A2F (or 0x062A2F) is unknown color: approx Nordic. HEX triplet: 06, 2A and 2F. RGB value is (6,42,47). Sum of RGB (Red+Green+Blue) = 6+42+47=95 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.32% from 95); Green value is 42 (16.80% from 255 or 44.21% from 95); Blue value is 47 (18.75% from 255 or 49.47% from 95); Max value from RGB is 47 - color contains mainly: blue. Hex color #062A2F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062A2F is #F9D5D0. Grayscale: #1F1F1F. Windows color (decimal): -16373201 or 3090950. OLE color: 3090950.

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

Color convert

RGB64247-
CMYK0.870.1100.82
HSL187.32º77.36%10.39%-
HSV(B)187.32º87.23%18.43%-
XYZ1.421.92.98-
YUV31.81136.57109.59-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6.32%
GREEN value IS 42 (16.80% from 255) = 44.21%
BLUE value IS 47 (18.75% from 255) = 49.47%
R=6.32%
G=44.21%
B=49.47%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal642470.870.1100.82187.3277.3610.39
Hex62A2F57B052bb4da
Octal6525712713012227311512
Binary11010101010111110101111011010100101011101110011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062A2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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