#06302F

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

Shades of Nordic #06302F

Tints of Nordic #06302F

Color information

#06302F (or 0x06302F) is unknown color: approx Nordic. HEX triplet: 06, 30 and 2F. RGB value is (6,48,47). Sum of RGB (Red+Green+Blue) = 6+48+47=101 (13% of max value = 765). Red value is 6 (2.73% from 255 or 5.94% from 101); Green value is 48 (19.14% from 255 or 47.52% from 101); Blue value is 47 (18.75% from 255 or 46.53% from 101); Max value from RGB is 48 - color contains mainly: green. Hex color #06302F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06302F is #F9CFD0. Grayscale: #232323. Windows color (decimal): -16371665 or 3092486. OLE color: 3092486.

HSL color Cylindrical-coordinate representation of color #06302F: hue angle of 178.57º 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 #06302F is Cyan = 0.87, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.81.

Color convert

RGB64847-
CMYK0.8700.020.81
HSL178.57º77.78%10.59%-
HSV(B)178.57º87.5%18.82%-
XYZ1.652.363.06-
YUV35.33134.59107.08-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.94%
GREEN value IS 48 (19.14% from 255) = 47.52%
BLUE value IS 47 (18.75% from 255) = 46.53%
R=5.94%
G=47.52%
B=46.53%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal648470.8700.020.81178.5777.7810.59
Hex6302F570251b34eb
Octal660571270212126311613
Binary110110000101111101011101010100011011001110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06302F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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