#06302E

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

Shades of Nordic #06302E

Tints of Nordic #06302E

Color information

#06302E (or 0x06302E) is unknown color: approx Nordic. HEX triplet: 06, 30 and 2E. RGB value is (6,48,46). Sum of RGB (Red+Green+Blue) = 6+48+46=100 (13% of max value = 765). Red value is 6 (2.73% from 255 or 6% from 100); Green value is 48 (19.14% from 255 or 48% from 100); Blue value is 46 (18.36% from 255 or 46% from 100); Max value from RGB is 48 - color contains mainly: green. Hex color #06302E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06302E is #F9CFD1. Grayscale: #232323. Windows color (decimal): -16371666 or 3026950. OLE color: 3026950.

HSL color Cylindrical-coordinate representation of color #06302E: hue angle of 177.14º degrees, saturation: 0.78, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #06302E is Cyan = 0.87, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.81.

Color convert

RGB64846-
CMYK0.8700.040.81
HSL177.14º77.78%10.59%-
HSV(B)177.14º87.5%18.82%-
XYZ1.632.352.95-
YUV35.21134.09107.16-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6%
GREEN value IS 48 (19.14% from 255) = 48%
BLUE value IS 46 (18.36% from 255) = 46%
R=6%
G=48%
B=46%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal648460.8700.040.81177.1477.7810.59
Hex6302E570451b14eb
Octal660561270412126111613
Binary1101100001011101010111010010100011011000110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06302E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06302E; }

 p { color: rgb(6,48,46); }

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

<style>
 a { background-color: #06302E; }

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

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

<style>
 span { border-color: #06302E; }

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

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