Html Css Color HEX #06302E Nordic

📋 copy color: '#06302E'

red 6 ◦ green 48 ◦ blue 46

#06302E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Nordic #06302E

Tints of Nordic #06302E

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 value IS 0.87

 M value IS 0

 Y value IS 0.04

 K value IS 0.81

RGB Variations

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

Color information

#06302E (or 0x06302E) is known color: 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

RGB 6 48 46 -
CMYK 0.87 0 0.04 0.81
HSL 177.14º 0.78% 0.11% -
HSV(B) 177.14º 0.88% 0.19% -
XYZ 1.63 2.35 2.95 -
YUV 35.21 134.09 107.16 -
System Red Green Blue C M Y K H S L
Decimal 6 48 46 0.87 0 0.04 0.81 177.14 0.78 0.11
Hex 6 30 2E 57 0 4 51 B1 4E B
Octal 6 60 56 127 0 4 121 261 116 13
Binary 110 110000 101110 1010111 0 100 1010001 10110001 1001110 1011

Color Harmonies of #06302E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06302E

Black with #06302E

Text Example


Text Example

White with #06302E

Text Example


Text Example

HTML Codes & Css Web 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>